Build Information
Successful build of XCTAssertNoLeak with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tarunon/xctassertnoleak.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tarunon/xctassertnoleak
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d24a03c Merge pull request #17 from giginet/bump-up-version
Cloned https://github.com/tarunon/xctassertnoleak.git
Revision (git rev-parse @):
d24a03ce5bf92bd8ccf1aed1d44a060c92db204a
SUCCESS checkout https://github.com/tarunon/xctassertnoleak.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/tarunon/xctassertnoleak.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/9] Compiling XCTAssertNoLeak OldSwiftSupport.swift
[4/9] Compiling XCTAssertNoLeak XCTAssertNoLeak.swift
[5/9] Compiling XCTAssertNoLeak CustomTraversable.swift
[6/9] Compiling XCTAssertNoLeak Node.swift
[7/9] Emitting module XCTAssertNoLeak
[8/9] Compiling XCTAssertNoLeak Assert.swift
[9/9] Compiling XCTAssertNoLeak AssertNoLeakContext.swift
Build complete! (27.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCTAssertNoLeak",
"name" : "XCTAssertNoLeak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "XCTAssertNoLeak",
"targets" : [
"XCTAssertNoLeak"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertNoLeakTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeakTests",
"path" : "Tests/XCTAssertNoLeakTests",
"sources" : [
"NodeTests.swift",
"OldSwiftSupport.swift",
"XCTAssertNoLeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertNoLeak"
],
"type" : "test"
},
{
"c99name" : "XCTAssertNoLeak",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeak",
"path" : "Sources/XCTAssertNoLeak",
"product_memberships" : [
"XCTAssertNoLeak"
],
"sources" : [
"Core/Assert.swift",
"Core/AssertNoLeakContext.swift",
"Core/CustomTraversable.swift",
"Core/Node.swift",
"Core/OldSwiftSupport.swift",
"Front/XCTAssertNoLeak.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.