Build Information
Successful build of SemanticVersion, reference 0.0.1 (6b67fc
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 20:39:52 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finestructure/SemanticVersion.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finestructure/SemanticVersion
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 6b67fc9 Update .spi.yml
Cloned https://github.com/finestructure/SemanticVersion.git
Revision (git rev-parse @):
6b67fc96fec19a5aa20006b2fad28fc99fbd5a58
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/finestructure/SemanticVersion.git at 0.0.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": "semanticversion",
"name": "SemanticVersion",
"url": "https://github.com/finestructure/SemanticVersion.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SemanticVersion",
"dependencies": [
]
}
]
}
Fetching https://github.com/finestructure/SemanticVersion.git
[1/277] Fetching semanticversion
Fetched https://github.com/finestructure/SemanticVersion.git from cache (0.74s)
Creating working copy for https://github.com/finestructure/SemanticVersion.git
Working copy of https://github.com/finestructure/SemanticVersion.git resolved at 0.0.1 (6b67fc9)
warning: '.resolve-product-dependencies': dependency 'semanticversion' 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/finestructure/SemanticVersion.git
{
"dependencies" : [
],
"manifest_display_name" : "SemanticVersion",
"name" : "SemanticVersion",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SemanticVersion",
"targets" : [
"SemanticVersion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemanticVersionTests",
"module_type" : "SwiftTarget",
"name" : "SemanticVersionTests",
"path" : "Tests/SemanticVersionTests",
"sources" : [
"SemanticVersionCodingTests.swift",
"SemanticVersionTests.swift"
],
"target_dependencies" : [
"SemanticVersion"
],
"type" : "test"
},
{
"c99name" : "SemanticVersion",
"module_type" : "SwiftTarget",
"name" : "SemanticVersion",
"path" : "Sources/SemanticVersion",
"product_memberships" : [
"SemanticVersion"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/Documentation.docc",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"NSRegularExpression+ext.swift",
"SemanticVersion+Codable.swift",
"SemanticVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/3] Write sources
[1/3] Copying Documentation.docc
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/8] Compiling SemanticVersion resource_bundle_accessor.swift
[5/8] Emitting module SemanticVersion
/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:143:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
141 |
142 |
143 | extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
144 | public static func < (lhs: Self, rhs: Self) -> Bool {
145 | // Per section 11.4 of the semver spec, compare left to right until a
[6/8] Compiling SemanticVersion SemanticVersion+Codable.swift
[7/8] Compiling SemanticVersion SemanticVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:143:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
141 |
142 |
143 | extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
144 | public static func < (lhs: Self, rhs: Self) -> Bool {
145 | // Per section 11.4 of the semver spec, compare left to right until a
[8/8] Compiling SemanticVersion NSRegularExpression+ext.swift
Build complete! (6.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SemanticVersion",
"name" : "SemanticVersion",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SemanticVersion",
"targets" : [
"SemanticVersion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemanticVersionTests",
"module_type" : "SwiftTarget",
"name" : "SemanticVersionTests",
"path" : "Tests/SemanticVersionTests",
"sources" : [
"SemanticVersionCodingTests.swift",
"SemanticVersionTests.swift"
],
"target_dependencies" : [
"SemanticVersion"
],
"type" : "test"
},
{
"c99name" : "SemanticVersion",
"module_type" : "SwiftTarget",
"name" : "SemanticVersion",
"path" : "Sources/SemanticVersion",
"product_memberships" : [
"SemanticVersion"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/Documentation.docc",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"NSRegularExpression+ext.swift",
"SemanticVersion+Codable.swift",
"SemanticVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.