The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncChannelKit with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AsyncSwiftKits/AsyncChannelKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AsyncSwiftKits/AsyncChannelKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d48113 Update README.md
Cloned https://github.com/AsyncSwiftKits/AsyncChannelKit.git
Revision (git rev-parse @):
9d48113fd79ca8c59b069ef67f8e5f3564c3e144
SUCCESS checkout https://github.com/AsyncSwiftKits/AsyncChannelKit.git at main
Fetching https://github.com/brennanMKE/AsyncTesting.git from cache
Fetched https://github.com/brennanMKE/AsyncTesting.git (0.25s)
Computing version for https://github.com/brennanMKE/AsyncTesting.git
Computed https://github.com/brennanMKE/AsyncTesting.git at 0.0.7 (1.48s)
Creating working copy for https://github.com/brennanMKE/AsyncTesting.git
Working copy of https://github.com/brennanMKE/AsyncTesting.git resolved at 0.0.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "asyncchannelkit",
      "name": "AsyncChannelKit",
      "url": "https://github.com/AsyncSwiftKits/AsyncChannelKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncChannelKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AsyncSwiftKits/AsyncChannelKit.git
[1/105] Fetching asyncchannelkit
Fetched https://github.com/AsyncSwiftKits/AsyncChannelKit.git (0.23s)
Creating working copy for https://github.com/AsyncSwiftKits/AsyncChannelKit.git
Working copy of https://github.com/AsyncSwiftKits/AsyncChannelKit.git resolved at main
warning: '.resolve-product-dependencies': dependency 'asyncchannelkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling AsyncChannelKit AsyncSequence+forEach.swift
[2/4] Emitting module AsyncChannelKit
[3/4] Compiling AsyncChannelKit AsyncChannel.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncChannel.swift:16:41: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
            let value: Element? = await withTaskCancellationHandler { [channel] in
                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncChannel.swift:16:41: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
            let value: Element? = await withTaskCancellationHandler { [channel] in
                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncChannel.swift:57:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
        await withTaskCancellationHandler {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncChannel.swift:57:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
        await withTaskCancellationHandler {
              ^
[4/4] Compiling AsyncChannelKit AsyncThrowingChannel.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncThrowingChannel.swift:17:49: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
                let value: Element? = try await withTaskCancellationHandler { [channel] in
                                                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncThrowingChannel.swift:17:49: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
                let value: Element? = try await withTaskCancellationHandler { [channel] in
                                                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncThrowingChannel.swift:61:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
        await withTaskCancellationHandler {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannelKit/AsyncThrowingChannel.swift:61:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
        await withTaskCancellationHandler {
              ^
Build complete! (7.45s)
Build complete.
Done.