A description of this package.
Description
- Swift Tools 5.9.0
Description
{ "name": "sebbu-concurrency", "path": "/usr/src/package", "targets": [ { "name": "SebbuConcurrencyTests", "path": "Tests/SebbuConcurrencyTests", "type": "test", "c99name": "SebbuConcurrencyTests", "sources": [ "SebbuConcurrencyExecutorTests.swift", "SebbuConcurrencyTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SebbuConcurrency" ] }, { "name": "SebbuConcurrency", "path": "Sources/SebbuConcurrency", "type": "library", "c99name": "SebbuConcurrency", "sources": [ "AsyncChannel.swift", "AsyncSemaphore.swift", "AsyncStreamExtensions.swift", "AsyncThrowingChannel.swift", "ContinuationContainer.swift", "Executors/BasicSerialExecutor.swift", "Executors/ConcurrencyRuntimeShims.swift", "Executors/DispatchQueueExecutor.swift", "Executors/MainActor.swift", "Executors/MultiThreadedGlobalExecutor.swift", "Executors/SingleThreadedGlobalExecutor.swift", "Executors/TimedUnownedJob.swift", "ManualTask.swift", "RateLimiter.swift", "RepeatingTimer.swift", "TaskGroupExtensions.swift", "ThreadPoolExtensions.swift", "TurnScheduler.swift", "ValueRecorders.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SebbuConcurrency", "DevelopmentTesting" ], "target_dependencies": [ "ConcurrencyRuntimeC" ], "product_dependencies": [ "SebbuTSDS", "DequeModule", "Atomics" ] }, { "name": "DevelopmentTesting", "path": "Sources/DevelopmentTesting", "type": "executable", "c99name": "DevelopmentTesting", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "DevelopmentTesting" ], "target_dependencies": [ "SebbuConcurrency" ] }, { "name": "ConcurrencyRuntimeC", "path": "Sources/ConcurrencyRuntimeC", "type": "library", "c99name": "ConcurrencyRuntimeC", "sources": [ "src/src.c" ], "module_type": "ClangTarget", "product_memberships": [ "SebbuConcurrency", "DevelopmentTesting" ] } ], "products": [ { "name": "SebbuConcurrency", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuConcurrency" ] }, { "name": "DevelopmentTesting", "type": { "executable": null }, "targets": [ "DevelopmentTesting" ] } ], "platforms": [ { "name": "macos", "version": "14.0" }, { "name": "ios", "version": "17.0" } ], "dependencies": [ { "url": "https://github.com/MarSe32m/sebbu-ts-ds.git", "type": "sourceControl", "identity": "sebbu-ts-ds", "requirement": { "branch": [ "main" ] } }, { "url": "https://github.com/apple/swift-collections.git", "type": "sourceControl", "identity": "swift-collections", "requirement": { "branch": [ "main" ] } }, { "url": "https://github.com/apple/swift-atomics.git", "type": "sourceControl", "identity": "swift-atomics", "requirement": { "range": [ { "lower_bound": "1.1.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.9", "manifest_display_name": "sebbu-concurrency" }
Package Dump
{ "name": "sebbu-concurrency", "targets": [ { "name": "ConcurrencyRuntimeC", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": true }, { "name": "SebbuConcurrency", "type": "regular", "exclude": [], "settings": [ { "kind": { "unsafeFlags": { "_0": [ "-Xfrontend", "-disable-availability-checking" ] } }, "tool": "swift" } ], "resources": [], "dependencies": [ { "product": [ "SebbuTSDS", "sebbu-ts-ds", null, null ] }, { "product": [ "DequeModule", "swift-collections", null, null ] }, { "product": [ "Atomics", "swift-atomics", null, { "platformNames": [ "macos", "ios", "tvos", "watchos", "linux" ] } ] }, { "target": [ "ConcurrencyRuntimeC", null ] } ], "packageAccess": true }, { "name": "DevelopmentTesting", "type": "executable", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "target": [ "SebbuConcurrency", null ] } ], "packageAccess": true }, { "name": "SebbuConcurrencyTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SebbuConcurrency", null ] } ], "packageAccess": true } ], "products": [ { "name": "SebbuConcurrency", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuConcurrency" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "14.0", "platformName": "macos" }, { "options": [], "version": "17.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "sebbu-ts-ds", "location": { "remote": [ { "urlString": "https://github.com/MarSe32m/sebbu-ts-ds.git" } ] }, "requirement": { "branch": [ "main" ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-collections", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-collections.git" } ] }, "requirement": { "branch": [ "main" ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-atomics", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-atomics.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.9.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- sebbu-ts-dsunspecified
- swift-collectionsunspecified
- swift-atomics1.2.0
Dependencies
{ "url": "/usr/src/package", "name": "sebbu-concurrency", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/MarSe32m/sebbu-ts-ds.git", "name": "sebbu-ts-ds", "path": "/usr/src/package/.build/checkouts/sebbu-ts-ds", "version": "unspecified", "identity": "sebbu-ts-ds", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "unspecified", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "unspecified", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] } ] }