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.3.0-beta.1
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.3.0-beta.1 -> FETCH_HEAD
HEAD is now at ab34956 Use HasResult v2
Cloned https://github.com/Frizlab/OperationAwaiting.git
Revision (git rev-parse @):
ab349561964c500a1794e8053c4edd76833d9c01
SUCCESS checkout https://github.com/Frizlab/OperationAwaiting.git at 1.3.0-beta.1
Fetching https://github.com/Frizlab/HasResult.git from cache
Fetching https://github.com/happn-app/RetryingOperation.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/Frizlab/HasResult.git (0.29s)
Fetched https://github.com/happn-app/RetryingOperation.git (0.29s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Fetched https://github.com/apple/swift-log.git (0.31s)
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.7 (0.08s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 2.0.0 (0.09s)
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/Frizlab/HasResult.git
Working copy of https://github.com/Frizlab/HasResult.git resolved at 2.0.0
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/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/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": "2.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.25s)
Fetching https://github.com/Frizlab/HasResult.git from cache
Fetched https://github.com/Frizlab/HasResult.git (0.22s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 2.0.0 (0.05s)
Creating working copy for https://github.com/Frizlab/HasResult.git
Working copy of https://github.com/Frizlab/HasResult.git resolved at 2.0.0
Creating working copy for https://github.com/Frizlab/OperationAwaiting.git
Working copy of https://github.com/Frizlab/OperationAwaiting.git resolved at 1.3.0-beta.1
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/6] Compiling OperationAwaiting Operation+Async.swift
[4/6] Compiling OperationAwaiting OperationQueue+Async.swift
[5/6] Compiling OperationAwaiting SendableOperation.swift
[6/6] Emitting module OperationAwaiting
Build complete! (10.10s)
Build complete.
Done.