Build Information
Successful build of SwiftCollections, reference 0.1.1 (47ef19
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 17:49:17 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: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmgc/SwiftCollections
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 47ef197 Make open the List classes.
Cloned https://github.com/jmgc/SwiftCollections.git
Revision (git rev-parse @):
47ef1971721c124d071294fc0457247512d1bd09
SUCCESS checkout https://github.com/jmgc/SwiftCollections.git at 0.1.1
========================================
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.65s)
Creating working copy for https://github.com/jmgc/SwiftCollections.git
Working copy of https://github.com/jmgc/SwiftCollections.git resolved at 0.1.1 (47ef197)
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 List.swift
[5/9] Compiling SwiftCollections RBSet.swift
[6/9] Compiling SwiftCollections RBDictionary.swift
[7/9] Compiling SwiftCollections BidirectionalList.swift
[8/9] Emitting module SwiftCollections
[9/9] Compiling SwiftCollections CircularList.swift
Build complete! (8.19s)
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.