Build Information
Successful build of swift-testing-expectation, reference main (72d845
), with Swift 6.0 for macOS (SPM) on 24 Feb 2025 01:06:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/swift-testing-expectation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/swift-testing-expectation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 72d845e task.launch() -> task.run()
Cloned https://github.com/dfed/swift-testing-expectation.git
Revision (git rev-parse @):
72d845e4a1bed337099f0b448010ad08f3683393
SUCCESS checkout https://github.com/dfed/swift-testing-expectation.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": "swift-testing-expectation",
"name": "swift-testing-expectation",
"url": "https://github.com/dfed/swift-testing-expectation.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-testing-expectation",
"dependencies": [
]
}
]
}
Fetching https://github.com/dfed/swift-testing-expectation.git
[1/161] Fetching swift-testing-expectation
Fetched https://github.com/dfed/swift-testing-expectation.git from cache (0.74s)
Creating working copy for https://github.com/dfed/swift-testing-expectation.git
Working copy of https://github.com/dfed/swift-testing-expectation.git resolved at main (72d845e)
warning: '.resolve-product-dependencies': dependency 'swift-testing-expectation' 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/dfed/swift-testing-expectation.git
https://github.com/dfed/swift-testing-expectation.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-testing-expectation",
"name" : "swift-testing-expectation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TestingExpectation",
"targets" : [
"TestingExpectation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestingExpectationTests",
"module_type" : "SwiftTarget",
"name" : "TestingExpectationTests",
"path" : "Tests/TestingExpectationTests",
"sources" : [
"ExpectationTests.swift",
"ExpectationsTests.swift"
],
"target_dependencies" : [
"TestingExpectation"
],
"type" : "test"
},
{
"c99name" : "TestingExpectation",
"module_type" : "SwiftTarget",
"name" : "TestingExpectation",
"path" : "Sources/TestingExpectation",
"product_memberships" : [
"TestingExpectation"
],
"sources" : [
"Expectation.swift",
"Expectations.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling TestingExpectation Expectations.swift
[4/5] Emitting module TestingExpectation
[5/5] Compiling TestingExpectation Expectation.swift
Build complete! (3.89s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-testing-expectation",
"name" : "swift-testing-expectation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TestingExpectation",
"targets" : [
"TestingExpectation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestingExpectationTests",
"module_type" : "SwiftTarget",
"name" : "TestingExpectationTests",
"path" : "Tests/TestingExpectationTests",
"sources" : [
"ExpectationTests.swift",
"ExpectationsTests.swift"
],
"target_dependencies" : [
"TestingExpectation"
],
"type" : "test"
},
{
"c99name" : "TestingExpectation",
"module_type" : "SwiftTarget",
"name" : "TestingExpectation",
"path" : "Sources/TestingExpectation",
"product_memberships" : [
"TestingExpectation"
],
"sources" : [
"Expectation.swift",
"Expectations.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.