Build Information
Successful build of AliasWonderland, reference main (33cf07
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 23:37:53 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/sloik/AliasWonderland.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/AliasWonderland
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 33cf075 Adds MainActor type aliases
Cloned https://github.com/sloik/AliasWonderland.git
Revision (git rev-parse @):
33cf075e69892b03e1194e12ae75e56b4f41c550
SUCCESS checkout https://github.com/sloik/AliasWonderland.git at main
========================================
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": "aliaswonderland",
"name": "AliasWonderland",
"url": "https://github.com/sloik/AliasWonderland.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AliasWonderland",
"dependencies": [
]
}
]
}
Fetching https://github.com/sloik/AliasWonderland.git
[1/194] Fetching aliaswonderland
Fetched https://github.com/sloik/AliasWonderland.git from cache (0.71s)
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at main (33cf075)
warning: '.resolve-product-dependencies': dependency 'aliaswonderland' 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/sloik/AliasWonderland.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/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/7] Compiling AliasWonderland SideEffectAliases.swift
[4/7] Emitting module AliasWonderland
[5/7] Compiling AliasWonderland ClosuresAliases.swift
[5/7] Write Objects.LinkFileList
[6/7] Linking libAliasWonderland.dylib
Build complete! (6.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AliasWonderland",
"name" : "AliasWonderland",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AliasWonderland",
"targets" : [
"AliasWonderland"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "AliasWonderlandTests",
"module_type" : "SwiftTarget",
"name" : "AliasWonderlandTests",
"path" : "Tests/AliasWonderlandTests",
"sources" : [
"AliasWonderlandTests.swift"
],
"target_dependencies" : [
"AliasWonderland"
],
"type" : "test"
},
{
"c99name" : "AliasWonderland",
"module_type" : "SwiftTarget",
"name" : "AliasWonderland",
"path" : "Sources/AliasWonderland",
"product_memberships" : [
"AliasWonderland"
],
"sources" : [
"ClosuresAliases.swift",
"SideEffectAliases.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.