Build Information
Successful build of Collections, reference 2.0.0 (c35380
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 14:05:34 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/DavidSkrundz/Collections.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DavidSkrundz/Collections
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at c35380d Swift 5 update
Cloned https://github.com/DavidSkrundz/Collections.git
Revision (git rev-parse @):
c35380dcf5745d8756113f47efe86cd81b0b48b0
SUCCESS checkout https://github.com/DavidSkrundz/Collections.git at 2.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": "collections",
"name": "Collections",
"url": "https://github.com/DavidSkrundz/Collections.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Collections",
"dependencies": [
]
}
]
}
Fetching https://github.com/DavidSkrundz/Collections.git
[1/203] Fetching collections
Fetched https://github.com/DavidSkrundz/Collections.git from cache (0.70s)
Creating working copy for https://github.com/DavidSkrundz/Collections.git
Working copy of https://github.com/DavidSkrundz/Collections.git resolved at 2.0.0 (c35380d)
warning: '.resolve-product-dependencies': dependency 'collections' 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/DavidSkrundz/Collections.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/16] Write sources
[3/16] Write swift-version--7754E27361AE5C74.txt
[5/35] Compiling Generator Generator.swift
[6/35] Compiling Pair Pair2Sequence.swift
[7/35] Compiling Pair Pair2Iterator.swift
[8/35] Compiling Pair Pair.swift
[9/35] Emitting module Pair
[9/35] Write Objects.LinkFileList
[11/35] Archiving libsPair.a
[13/35] Compiling Generator Generator+Sequence.swift
[14/35] Compiling Graph Graph.swift
[15/35] Compiling Graph Vertex.swift
[16/35] Compiling Graph Array+Duplicates.swift
[17/35] Emitting module Graph
[18/35] Compiling Graph Edge.swift
[18/35] Write Objects.LinkFileList
[21/35] Compiling Generator Generator+Previous.swift
[22/35] Compiling Generator Generator+Iterator.swift
[23/35] Compiling Generator Generator+String.swift
[24/35] Emitting module Generator
[25/35] Compiling Generator Generator+Move.swift
[26/35] Compiling Generator Collection+Generator.swift
[27/35] Compiling Generator Character.swift
[28/35] Compiling Generator Generator+Peek.swift
[28/35] Archiving libsGraph.a
[29/35] Write Objects.LinkFileList
[31/35] Archiving libsGenerator.a
[32/35] Linking libdPair.dylib
[33/35] Linking libdGraph.dylib
[34/35] Linking libdGenerator.dylib
Build complete! (12.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Collections",
"name" : "Collections",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Generator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sGenerator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dGenerator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Graph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sGraph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dGraph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Pair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sPair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dPair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "PairTests",
"module_type" : "SwiftTarget",
"name" : "PairTests",
"path" : "Tests/PairTests",
"sources" : [
"PairTests.swift"
],
"target_dependencies" : [
"Pair"
],
"type" : "test"
},
{
"c99name" : "Pair",
"module_type" : "SwiftTarget",
"name" : "Pair",
"path" : "Sources/Pair",
"product_memberships" : [
"Pair",
"sPair",
"dPair"
],
"sources" : [
"Pair.swift",
"Pair2Iterator.swift",
"Pair2Sequence.swift"
],
"type" : "library"
},
{
"c99name" : "GraphTests",
"module_type" : "SwiftTarget",
"name" : "GraphTests",
"path" : "Tests/GraphTests",
"sources" : [
"GraphTests.swift"
],
"target_dependencies" : [
"Graph"
],
"type" : "test"
},
{
"c99name" : "Graph",
"module_type" : "SwiftTarget",
"name" : "Graph",
"path" : "Sources/Graph",
"product_memberships" : [
"Graph",
"sGraph",
"dGraph"
],
"sources" : [
"Edge.swift",
"Extensions/Array+Duplicates.swift",
"Graph.swift",
"Vertex.swift"
],
"type" : "library"
},
{
"c99name" : "GeneratorTests",
"module_type" : "SwiftTarget",
"name" : "GeneratorTests",
"path" : "Tests/GeneratorTests",
"sources" : [
"GeneratorTests.swift"
],
"target_dependencies" : [
"Generator"
],
"type" : "test"
},
{
"c99name" : "Generator",
"module_type" : "SwiftTarget",
"name" : "Generator",
"path" : "Sources/Generator",
"product_memberships" : [
"Generator",
"sGenerator",
"dGenerator"
],
"sources" : [
"Extensions/Character.swift",
"Extensions/Collection+Generator.swift",
"Extensions/Generator+String.swift",
"Generator+Iterator.swift",
"Generator+Move.swift",
"Generator+Peek.swift",
"Generator+Previous.swift",
"Generator+Sequence.swift",
"Generator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.