Build Information
Successful build of DisjointSet, reference 1.0.0 (440b08
), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 12:16:37 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/DisjointSet.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumoboy007/DisjointSet
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 440b083 Added `DisjointSet.attabench` to measure real-world time complexity
Cloned https://github.com/fumoboy007/DisjointSet.git
Revision (git rev-parse @):
440b083e4d10641e7153b7dc151f46be32b385de
SUCCESS checkout https://github.com/fumoboy007/DisjointSet.git at 1.0.0
========================================
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": "disjointset",
"name": "DisjointSet",
"url": "https://github.com/fumoboy007/DisjointSet.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DisjointSet",
"dependencies": [
]
}
]
}
Fetching https://github.com/fumoboy007/DisjointSet.git
[1/42] Fetching disjointset
Fetched https://github.com/fumoboy007/DisjointSet.git from cache (0.61s)
Creating working copy for https://github.com/fumoboy007/DisjointSet.git
Working copy of https://github.com/fumoboy007/DisjointSet.git resolved at 1.0.0 (440b083)
warning: '.resolve-product-dependencies': dependency 'disjointset' 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/fumoboy007/DisjointSet.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling DisjointSet DisjointSet.swift
[4/4] Emitting module DisjointSet
Build complete! (1.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DisjointSet",
"name" : "DisjointSet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DisjointSet",
"targets" : [
"DisjointSet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DisjointSetTests",
"module_type" : "SwiftTarget",
"name" : "DisjointSetTests",
"path" : "Tests/DisjointSetTests",
"sources" : [
"DisjointSetLogicTests.swift",
"LeetCodeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DisjointSet"
],
"type" : "test"
},
{
"c99name" : "DisjointSet",
"module_type" : "SwiftTarget",
"name" : "DisjointSet",
"path" : "Sources/DisjointSet",
"product_memberships" : [
"DisjointSet"
],
"sources" : [
"DisjointSet.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.