Build Information
Successful build of SwiftCollections, reference main (6f7c1d
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 17:51:19 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/jmgc/SwiftCollections.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmgc/SwiftCollections
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6f7c1de Create SwiftCollections.xcscheme
Cloned https://github.com/jmgc/SwiftCollections.git
Revision (git rev-parse @):
6f7c1de5ae173ff0ecf1016ae51e3b8b9abbe2a5
SUCCESS checkout https://github.com/jmgc/SwiftCollections.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": "swiftcollections",
"name": "SwiftCollections",
"url": "https://github.com/jmgc/SwiftCollections.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCollections",
"dependencies": [
]
}
]
}
Fetching https://github.com/jmgc/SwiftCollections.git
[1/46] Fetching swiftcollections
Fetched https://github.com/jmgc/SwiftCollections.git from cache (0.68s)
Creating working copy for https://github.com/jmgc/SwiftCollections.git
Working copy of https://github.com/jmgc/SwiftCollections.git resolved at main (6f7c1de)
warning: '.resolve-product-dependencies': dependency 'swiftcollections' 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/jmgc/SwiftCollections.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 SwiftCollections Utils.swift
[4/9] Compiling SwiftCollections RBSet.swift
[5/9] Compiling SwiftCollections List.swift
[6/9] Compiling SwiftCollections RBDictionary.swift
[7/9] Compiling SwiftCollections CircularList.swift
[8/9] Emitting module SwiftCollections
[9/9] Compiling SwiftCollections BidirectionalList.swift
Build complete! (8.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCollections",
"name" : "SwiftCollections",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftCollections",
"targets" : [
"SwiftCollections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCollectionsTests",
"path" : "Tests/SwiftCollectionsTests",
"sources" : [
"BidirectionalListTests.swift",
"CircularListTests.swift",
"ListTest.swift",
"RBDictionaryTest.swift",
"RBSetTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftCollections"
],
"type" : "test"
},
{
"c99name" : "SwiftCollections",
"module_type" : "SwiftTarget",
"name" : "SwiftCollections",
"path" : "Sources/SwiftCollections",
"product_memberships" : [
"SwiftCollections"
],
"sources" : [
"BidirectionalList.swift",
"CircularList.swift",
"List.swift",
"RBDictionary.swift",
"RBSet.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.