Build Information
Successful build of OperationAwaiting with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/OperationAwaiting.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/OperationAwaiting
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at a1c40b3 Make project compatible w/ previous OS versions
Cloned https://github.com/Frizlab/OperationAwaiting.git
Revision (git rev-parse @):
a1c40b3e1fc6d837adee76d4fb924e27441151a3
SUCCESS checkout https://github.com/Frizlab/OperationAwaiting.git at 1.2.0
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/happn-tech/RetryingOperation.git from cache
Fetching https://github.com/Frizlab/HasResult.git from cache
Fetched https://github.com/happn-tech/RetryingOperation.git (0.25s)
Fetched https://github.com/Frizlab/HasResult.git (0.26s)
Computing version for https://github.com/happn-tech/RetryingOperation.git
Fetched https://github.com/apple/swift-log.git (0.27s)
Computed https://github.com/happn-tech/RetryingOperation.git at 1.1.7 (0.05s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 1.0.0 (0.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.07s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
Creating working copy for https://github.com/Frizlab/HasResult.git
Working copy of https://github.com/Frizlab/HasResult.git resolved at 1.0.0
Creating working copy for https://github.com/happn-tech/RetryingOperation.git
Working copy of https://github.com/happn-tech/RetryingOperation.git resolved at 1.1.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "operationawaiting",
"name": "OperationAwaiting",
"url": "https://github.com/Frizlab/OperationAwaiting.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OperationAwaiting",
"dependencies": [
{
"identity": "hasresult",
"name": "HasResult",
"url": "https://github.com/Frizlab/HasResult.git",
"version": "1.0.0",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HasResult",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Frizlab/OperationAwaiting.git from cache
Fetched https://github.com/Frizlab/OperationAwaiting.git (0.19s)
Fetching https://github.com/Frizlab/HasResult.git from cache
Fetched https://github.com/Frizlab/HasResult.git (0.16s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/Frizlab/OperationAwaiting.git
Working copy of https://github.com/Frizlab/OperationAwaiting.git resolved at 1.2.0
Creating working copy for https://github.com/Frizlab/HasResult.git
Working copy of https://github.com/Frizlab/HasResult.git resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'operationawaiting' is not used by any target
Found 1 product dependencies
- HasResult
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/Frizlab/OperationAwaiting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module HasResult
[2/2] Compiling HasResult HasResult.swift
[3/5] Compiling OperationAwaiting OperationQueue+Async.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:14:9: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler(handler: { op.cancel() }, operation: {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:14:9: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler(handler: { op.cancel() }, operation: {
^ ~~~~~~~ ~~~~~~~~~
operation onCancel
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:29:9: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler(handler: { ops.forEach{ $0.cancel() } }, operation: {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:29:9: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler(handler: { ops.forEach{ $0.cancel() } }, operation: {
^ ~~~~~~~ ~~~~~~~~~
operation onCancel
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:44:20: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler(handler: { op.cancel() }, operation: {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:44:20: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler(handler: { op.cancel() }, operation: {
^ ~~~~~~~ ~~~~~~~~~
operation onCancel
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:60:16: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler(handler: { ops.forEach{ $0.cancel() } }, operation: {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/OperationQueue+Async.swift:60:16: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler(handler: { ops.forEach{ $0.cancel() } }, operation: {
^ ~~~~~~~ ~~~~~~~~~
operation onCancel
[4/5] Emitting module OperationAwaiting
[5/5] Compiling OperationAwaiting Operation+Async.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/Operation+Async.swift:11:9: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler(handler: { cancel() }, operation: {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/Operation+Async.swift:11:9: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler(handler: { cancel() }, operation: {
^ ~~~~~~~ ~~~~~~~~~
operation onCancel
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/Operation+Async.swift:26:20: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler(handler: { cancel() }, operation: {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OperationAwaiting/Operation+Async.swift:26:20: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler(handler: { cancel() }, operation: {
^ ~~~~~~~ ~~~~~~~~~
operation onCancel
Build complete! (7.59s)
Build complete.
Done.