Build Information
Successful build of swift-testing-expectation, reference 0.1.3 (9ed218
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:04:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/swift-testing-expectation.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/swift-testing-expectation
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at 9ed218a Make waiting for multiple expectations easy (#8)
Cloned https://github.com/dfed/swift-testing-expectation.git
Revision (git rev-parse @):
9ed218a5099dd87838a4c79ddc9ad9d4e040a38e
SUCCESS checkout https://github.com/dfed/swift-testing-expectation.git at 0.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
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.3.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-2F0A5646E1D333AE.txt
[3/5] Compiling TestingExpectation Expectations.swift
[4/5] Compiling TestingExpectation Expectation.swift
[5/5] Emitting module TestingExpectation
Build complete! (3.27s)
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.