Build Information
Successful build of ElementaryCycles, reference master (824a7d), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 12:41:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-elementary-cycles.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-elementary-cycles
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 824a7d8 Release 0.4.0
Cloned https://github.com/hectr/swift-elementary-cycles.git
Revision (git rev-parse @):
824a7d8c9beff5bb4ce81ce65877e63c1bb85fac
SUCCESS checkout https://github.com/hectr/swift-elementary-cycles.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hectr/swift-elementary-cycles.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write ElementaryCyclesSearchExample-entitlement.plist
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/27] Compiling Idioms String+Prepending.swift
[8/27] Compiling Idioms String+Word.swift
[9/27] Compiling Idioms Matrix2D+Sequence.swift
[10/27] Compiling Idioms Matrix2D.swift
[11/27] Compiling Idioms RandomAccessMutableCollection.swift
[12/27] Compiling Idioms RegularExpressionMatchOperator.swift
[13/27] Compiling Idioms Vector+Sequence.swift
[14/27] Compiling Idioms String+removing.swift
[15/27] Compiling Idioms StringProtocol+Subscript.swift
[16/27] Compiling Idioms Dictionary+deepMerging.swift
[17/27] Compiling Idioms ForLoop.swift
[18/27] Compiling Idioms Bool+ControlFlow.swift
[19/27] Compiling Idioms CharacterSet+characters.swift
[20/27] Compiling Idioms Array+appending.swift
[21/27] Compiling Idioms Array+removing.swift
[22/27] Emitting module Idioms
[23/27] Compiling Idioms Int+Times.swift
[24/27] Compiling Idioms IterableRandomAccessCollection.swift
[25/28] Compiling Idioms Vector.swift
[26/34] Compiling ElementaryCyclesSearch AdjacencyMatrix.swift
[27/34] Compiling ElementaryCyclesSearch ElementaryCyclesSearch.swift
[28/34] Compiling ElementaryCyclesSearch AdjacencyList+getAdjacencyList.swift
[29/34] Emitting module ElementaryCyclesSearch
[30/34] Compiling ElementaryCyclesSearch StrongConnectedComponents.swift
[31/34] Compiling ElementaryCyclesSearch AdjacencyList.swift
[32/41] Compiling ElementaryCycles ElementaryCycles.swift
[33/41] Compiling ElementaryCycles ElementaryCyclesSearch+toArray.swift
[34/41] Compiling ElementaryCycles AdjacencyMatrix+getNodes.swift
[35/41] Compiling ElementaryCyclesSearchExample main.swift
[36/41] Emitting module ElementaryCyclesSearchExample
[37/41] Compiling ElementaryCycles AdjacencyMatrix+getAdjacencyMatrix.swift
[38/41] Emitting module ElementaryCycles
[38/41] Write Objects.LinkFileList
[39/41] Linking ElementaryCyclesSearchExample
[40/41] Applying ElementaryCyclesSearchExample
Build complete! (7.89s)
Fetching https://github.com/hectr/swift-idioms.git
[1/393] Fetching swift-idioms
Fetched https://github.com/hectr/swift-idioms.git from cache (1.43s)
Computing version for https://github.com/hectr/swift-idioms.git
Computed https://github.com/hectr/swift-idioms.git at 1.9.0 (1.97s)
Creating working copy for https://github.com/hectr/swift-idioms.git
Working copy of https://github.com/hectr/swift-idioms.git resolved at 1.9.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-idioms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hectr/swift-idioms.git"
}
],
"manifest_display_name" : "ElementaryCycles",
"name" : "ElementaryCycles",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ElementaryCycles",
"targets" : [
"ElementaryCycles"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryCyclesSearch",
"targets" : [
"ElementaryCyclesSearch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryCyclesSearchExample",
"targets" : [
"ElementaryCyclesSearchExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ElementaryCyclesTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesTests",
"path" : "Tests/ElementaryCyclesTests",
"sources" : [
"AdjacencyMatrixShould.swift",
"ElementaryCyclesSearchShould.swift",
"ElementaryCyclesShould.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ElementaryCycles"
],
"type" : "test"
},
{
"c99name" : "ElementaryCyclesSearchTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesSearchTests",
"path" : "Tests/ElementaryCyclesSearchTests",
"sources" : [
"AdjacencyListTests.swift",
"AdjacencyMatrixTests.swift",
"ElementaryCyclesSearchTests.swift",
"StrongConnectedComponentsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ElementaryCyclesSearch"
],
"type" : "test"
},
{
"c99name" : "ElementaryCyclesSearchExample",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesSearchExample",
"path" : "Sources/ElementaryCyclesSearchExample",
"product_memberships" : [
"ElementaryCyclesSearchExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ElementaryCyclesSearch"
],
"type" : "executable"
},
{
"c99name" : "ElementaryCyclesSearch",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesSearch",
"path" : "Sources/ElementaryCyclesSearch",
"product_dependencies" : [
"Idioms"
],
"product_memberships" : [
"ElementaryCycles",
"ElementaryCyclesSearch",
"ElementaryCyclesSearchExample"
],
"sources" : [
"Private/AdjacencyList+getAdjacencyList.swift",
"Private/AdjacencyList.swift",
"Private/StrongConnectedComponents.swift",
"Public/AdjacencyMatrix.swift",
"Public/ElementaryCyclesSearch.swift"
],
"type" : "library"
},
{
"c99name" : "ElementaryCycles",
"module_type" : "SwiftTarget",
"name" : "ElementaryCycles",
"path" : "Sources/ElementaryCycles",
"product_memberships" : [
"ElementaryCycles"
],
"sources" : [
"Private/AdjacencyMatrix+getAdjacencyMatrix.swift",
"Private/AdjacencyMatrix+getNodes.swift",
"Private/ElementaryCyclesSearch+toArray.swift",
"Public/ElementaryCycles.swift"
],
"target_dependencies" : [
"ElementaryCyclesSearch"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.