Build Information
Successful build of XCTAsync, reference 1.0.1 (4d4be0
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 16:17:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/XCTAsync.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/XCTAsync
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 4d4be09 Fixed an issue where compilation for iOS was not allowed
Cloned https://github.com/mochidev/XCTAsync.git
Revision (git rev-parse @):
4d4be0947d74feb387fb7af8ef53f69e78232a7b
SUCCESS checkout https://github.com/mochidev/XCTAsync.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "xctasync",
"name": "XCTAsync",
"url": "https://github.com/mochidev/XCTAsync.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTAsync",
"dependencies": [
]
}
]
}
Fetching https://github.com/mochidev/XCTAsync.git
[1/40] Fetching xctasync
Fetched https://github.com/mochidev/XCTAsync.git from cache (0.68s)
Creating working copy for https://github.com/mochidev/XCTAsync.git
Working copy of https://github.com/mochidev/XCTAsync.git resolved at 1.0.1 (4d4be09)
warning: '.resolve-product-dependencies': dependency 'xctasync' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mochidev/XCTAsync.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling XCTAsync XCTAsync.swift
[4/4] Emitting module XCTAsync
Build complete! (10.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCTAsync",
"name" : "XCTAsync",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XCTAsync",
"targets" : [
"XCTAsync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAsyncTests",
"module_type" : "SwiftTarget",
"name" : "XCTAsyncTests",
"path" : "Tests/XCTAsyncTests",
"sources" : [
"XCTAsyncTests.swift"
],
"target_dependencies" : [
"XCTAsync"
],
"type" : "test"
},
{
"c99name" : "XCTAsync",
"module_type" : "SwiftTarget",
"name" : "XCTAsync",
"path" : "Sources/XCTAsync",
"product_memberships" : [
"XCTAsync"
],
"sources" : [
"XCTAsync.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.