Skip to content

Commit 3f3dd36

Browse files
committed
deps: add AsyncAlgorithms
1 parent 93aacfb commit 3f3dd36

File tree

7 files changed

+1412
-489
lines changed

7 files changed

+1412
-489
lines changed

AsyncObjects.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Pod::Spec.new do |s|
3838
}
3939

4040
s.dependency 'OrderedCollections', '~> 1.0.0'
41+
s.dependency 'AsyncAlgorithms', '~> 0.1.0'
4142
s.default_subspecs = :none
4243

4344
s.subspec 'Checked' do |ss|
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>2.1.0</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string/>
25+
</dict>
26+
</plist>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>2.1.0</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string/>
25+
</dict>
26+
</plist>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>2.1.0</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string/>
25+
</dict>
26+
</plist>

AsyncObjects.xcodeproj/project.pbxproj

Lines changed: 1264 additions & 457 deletions
Large diffs are not rendered by default.
Lines changed: 66 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,68 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Scheme LastUpgradeVersion = "9999" version = "1.3">
3-
<BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES">
4-
<BuildActionEntries>
5-
<BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES">
6-
<BuildableReference
7-
BuildableIdentifier = "primary"
8-
BuildableName = "'lib$(TARGET_NAME)'"
9-
BlueprintName = "AsyncObjects"
10-
ReferencedContainer = "container:AsyncObjects.xcodeproj">
11-
</BuildableReference>
12-
</BuildActionEntry>
13-
</BuildActionEntries>
14-
</BuildAction>
15-
<TestAction
16-
buildConfiguration = "Debug"
17-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
18-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
19-
shouldUseLaunchSchemeArgsEnv = "YES"
20-
codeCoverageEnabled = "NO">
21-
<Testables>
22-
<TestableReference
23-
skipped = "NO">
24-
<BuildableReference
25-
BuildableIdentifier = "primary"
26-
BuildableName = "'$(TARGET_NAME)'"
27-
BlueprintName = "AsyncObjectsTests"
28-
ReferencedContainer = "container:AsyncObjects.xcodeproj">
29-
</BuildableReference>
30-
</TestableReference>
31-
</Testables>
32-
</TestAction>
2+
<Scheme
3+
LastUpgradeVersion = "9999"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "asyncobjects::AsyncObjects"
18+
BuildableName = "AsyncObjects.framework"
19+
BlueprintName = "AsyncObjects"
20+
ReferencedContainer = "container:AsyncObjects.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "asyncobjects::AsyncObjectsTests"
36+
BuildableName = "AsyncObjectsTests.xctest"
37+
BlueprintName = "AsyncObjectsTests"
38+
ReferencedContainer = "container:AsyncObjects.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
</TestAction>
43+
<LaunchAction
44+
buildConfiguration = "Debug"
45+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
46+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
launchStyle = "0"
48+
useCustomWorkingDirectory = "NO"
49+
ignoresPersistentStateOnLaunch = "NO"
50+
debugDocumentVersioning = "YES"
51+
debugServiceExtension = "internal"
52+
allowLocationSimulation = "YES">
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
</ProfileAction>
61+
<AnalyzeAction
62+
buildConfiguration = "Debug">
63+
</AnalyzeAction>
64+
<ArchiveAction
65+
buildConfiguration = "Release"
66+
revealArchiveInOrganizer = "YES">
67+
</ArchiveAction>
3368
</Scheme>

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import class Foundation.ProcessInfo
55

66
var dependencies: [Target.Dependency] = {
77
var dependencies: [Target.Dependency] = [
8-
.product(name: "OrderedCollections", package: "swift-collections")
8+
.product(name: "OrderedCollections", package: "swift-collections"),
9+
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
910
]
1011

1112
if ProcessInfo.processInfo.environment["ASYNCOBJECTS_ENABLE_LOGGING_LEVEL"] != nil {
@@ -64,6 +65,7 @@ let package = Package(
6465
],
6566
dependencies: [
6667
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"),
68+
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
6769
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
6870
.package(url: "https://github.com/apple/swift-format", from: "0.50700.0"),
6971
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)