Build Information
Successful build of AsyncOperations, reference main (176a80
), with Swift 5.9 for macOS (SPM) on 5 Jan 2025 09:46:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/AsyncOperations.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/AsyncOperations
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 176a804 Use Task.sleep to sleep in async context
Cloned https://github.com/Frizlab/AsyncOperations.git
Revision (git rev-parse @):
176a804c0825e2ce72adc779dd3cd605ffb80ed7
SUCCESS checkout https://github.com/Frizlab/AsyncOperations.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/Frizlab/AsyncOperations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling Logging MetadataProvider.swift
[2/5] Compiling Logging Locks.swift
[3/5] Compiling Logging LogHandler.swift
[4/5] Compiling Logging Logging.swift
[5/5] Emitting module Logging
[6/10] Compiling RetryingOperation RetryingOperationConfig.swift
[7/10] Compiling RetryingOperation WrappedRetryingOperation.swift
[8/10] Compiling RetryingOperation RetryingOperation.swift
[9/10] Compiling RetryingOperation RetryHelper.swift
[10/10] Emitting module RetryingOperation
[11/13] Compiling AsyncOperations AsyncOperation.swift
[12/13] Emitting module AsyncOperations
[13/13] Compiling AsyncOperations AsyncBlockOperation.swift
Build complete! (13.12s)
Fetching https://github.com/happn-app/RetryingOperation.git
[4/395] Fetching retryingoperation
Fetched https://github.com/happn-app/RetryingOperation.git (1.21s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (0.44s)
Fetching https://github.com/apple/swift-log.git
[1/3732] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.36s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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.8
Build complete.
{
"dependencies" : [
{
"identity" : "retryingoperation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/happn-app/RetryingOperation.git"
}
],
"manifest_display_name" : "AsyncOperations",
"name" : "AsyncOperations",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "AsyncOperations",
"targets" : [
"AsyncOperations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncOperationsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncOperationsTests",
"path" : "Tests/AsyncOperationsTests",
"sources" : [
"AsyncOperationsTests.swift"
],
"target_dependencies" : [
"AsyncOperations"
],
"type" : "test"
},
{
"c99name" : "AsyncOperations",
"module_type" : "SwiftTarget",
"name" : "AsyncOperations",
"path" : "Sources/AsyncOperations",
"product_dependencies" : [
"RetryingOperation"
],
"product_memberships" : [
"AsyncOperations"
],
"sources" : [
"AsyncBlockOperation.swift",
"AsyncOperation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.