Build Information
Successful build of XCTAssertNoLeak, reference master (d24a03
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 11:33:52 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/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
========================================
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": "xctassertnoleak",
"name": "XCTAssertNoLeak",
"url": "https://github.com/tarunon/xctassertnoleak.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctassertnoleak",
"dependencies": [
]
}
]
}
Fetching https://github.com/tarunon/xctassertnoleak.git
[1/541] Fetching xctassertnoleak
Fetched https://github.com/tarunon/xctassertnoleak.git from cache (1.03s)
Creating working copy for https://github.com/tarunon/xctassertnoleak.git
Working copy of https://github.com/tarunon/xctassertnoleak.git resolved at master (d24a03c)
warning: '.resolve-product-dependencies': dependency 'xctassertnoleak' 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/tarunon/xctassertnoleak.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/9] Compiling XCTAssertNoLeak CustomTraversable.swift
[4/9] Compiling XCTAssertNoLeak XCTAssertNoLeak.swift
[5/9] Compiling XCTAssertNoLeak AssertNoLeakContext.swift
[6/9] Emitting module XCTAssertNoLeak
[7/9] Compiling XCTAssertNoLeak Node.swift
[8/9] Compiling XCTAssertNoLeak OldSwiftSupport.swift
[9/9] Compiling XCTAssertNoLeak Assert.swift
Build complete! (13.98s)
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.