What's New
Update min Swift version to 5.6 and make platform versions consistent
2023-04-14T00:57:01Z
This patch was authored and released by @gwynne.
Description
- Swift Tools 5.6.0
Description
{ "name": "async-kit", "path": "/usr/src/package", "targets": [ { "name": "AsyncKitTests", "path": "Tests/AsyncKitTests", "type": "test", "c99name": "AsyncKitTests", "sources": [ "AsyncKitTestsCommon.swift", "Collection+FlattenTests.swift", "ConnectionPoolTests.swift", "EventLoop+ConcurrencyTests.swift", "EventLoopFutureQueueTests.swift", "EventLoopGroup+FutureTests.swift", "Future+CollectionTests.swift", "Future+ConjunctionTests.swift", "Future+MiscellaneousTests.swift", "Future+NonemptyTests.swift", "Future+OptionalTests.swift", "Future+TransformTests.swift", "Future+TryTests.swift", "FutureOperatorsTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "AsyncKit" ] }, { "name": "AsyncKit", "path": "Sources/AsyncKit", "type": "library", "c99name": "AsyncKit", "sources": [ "ConnectionPool/ConnectionPoolError.swift", "ConnectionPool/ConnectionPoolItem.swift", "ConnectionPool/ConnectionPoolSource.swift", "ConnectionPool/EventLoopConnectionPool.swift", "ConnectionPool/EventLoopGroupConnectionPool.swift", "EventLoop/EventLoop+Concurrency.swift", "EventLoop/EventLoop+Flatten.swift", "EventLoop/EventLoop+Future.swift", "EventLoop/EventLoopGroup+Concurrency.swift", "EventLoop/EventLoopGroup+Throwing.swift", "EventLoopFuture/Collection+Flatten.swift", "EventLoopFuture/EventLoopFutureQueue+Sequence.swift", "EventLoopFuture/EventLoopFutureQueue.swift", "EventLoopFuture/Future+Collection.swift", "EventLoopFuture/Future+Conjunctions.swift", "EventLoopFuture/Future+Miscellaneous.swift", "EventLoopFuture/Future+Nonempty.swift", "EventLoopFuture/Future+Optional.swift", "EventLoopFuture/Future+Transform.swift", "EventLoopFuture/Future+Try.swift", "EventLoopFuture/FutureOperators.swift", "EventLoopFuture/Optional+StrictMap.swift", "Exports.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "AsyncKit" ], "product_dependencies": [ "Logging", "NIO" ] } ], "products": [ { "name": "AsyncKit", "type": { "library": [ "automatic" ] }, "targets": [ "AsyncKit" ] } ], "platforms": [ { "name": "macos", "version": "10.15" }, { "name": "ios", "version": "13.0" }, { "name": "watchos", "version": "6.0" }, { "name": "tvos", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "type": "sourceControl", "identity": "swift-nio", "requirement": { "range": [ { "lower_bound": "2.46.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/apple/swift-log.git", "type": "sourceControl", "identity": "swift-log", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.6", "manifest_display_name": "async-kit" }
Package Dump
{ "name": "async-kit", "targets": [ { "name": "AsyncKit", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "Logging", "swift-log", null ] }, { "product": [ "NIO", "swift-nio", null ] } ] }, { "name": "AsyncKitTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "target": [ "AsyncKit", null ] } ] } ], "products": [ { "name": "AsyncKit", "type": { "library": [ "automatic" ] }, "targets": [ "AsyncKit" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "6.0", "platformName": "watchos" }, { "options": [], "version": "13.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-nio", "location": { "remote": [ "https://github.com/apple/swift-nio.git" ] }, "requirement": { "range": [ { "lowerBound": "2.46.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-log", "location": { "remote": [ "https://github.com/apple/swift-log.git" ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.6.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
Dependencies
{ "url": "/usr/src/package", "name": "async-kit", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.53.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.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": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.2", "identity": "swift-log", "dependencies": [] } ] }