Build Information
Successful build of SemVer, reference 3.0.0-Beta.5 (adcdc0), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:35:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-SemVer.git
Reference: 3.0.0-Beta.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-SemVer
* tag 3.0.0-Beta.5 -> FETCH_HEAD
HEAD is now at adcdc08 Merge pull request #30 from RougeWare/feature/29-Fuzzy-comparison
Cloned https://github.com/RougeWare/Swift-SemVer.git
Revision (git rev-parse @):
adcdc0836253c9bbb5b337eaa9d87553012ae248
SUCCESS checkout https://github.com/RougeWare/Swift-SemVer.git at 3.0.0-Beta.5
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-semver",
"name": "SemVer",
"url": "https://github.com/RougeWare/Swift-SemVer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-SemVer",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/RougeWare/Swift-SemVer.git
[1/271] Fetching swift-semver
Fetched https://github.com/RougeWare/Swift-SemVer.git from cache (0.66s)
Creating working copy for https://github.com/RougeWare/Swift-SemVer.git
Working copy of https://github.com/RougeWare/Swift-SemVer.git resolved at 3.0.0-Beta.5 (adcdc08)
warning: '.resolve-product-dependencies': dependency 'swift-semver' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/RougeWare/Swift-SemVer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling SemVer Testing tools.swift
[4/9] Compiling SemVer Semantic Version + Comparable.swift
[5/9] Compiling SemVer Semantic Version + Codable.swift
[6/9] Compiling SemVer Semantic Version + Hashable.swift
[7/9] Compiling SemVer Semantic Version.swift
[8/9] Compiling SemVer Conveniences.swift
[9/9] Emitting module SemVer
Build complete! (4.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SemVer",
"name" : "SemVer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "SemVer",
"targets" : [
"SemVer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemVerTests",
"module_type" : "SwiftTarget",
"name" : "SemVerTests",
"path" : "Tests/SemVerTests",
"sources" : [
"SemVer mutations tests.swift",
"SemVer+Codable Tests.swift",
"SemVer+Comparable Tests.swift",
"SemVer+Hashable Tests.swift",
"SemVerTests.swift",
"Testing tools.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SemVer"
],
"type" : "test"
},
{
"c99name" : "SemVer",
"module_type" : "SwiftTarget",
"name" : "SemVer",
"path" : "Sources/SemVer",
"product_memberships" : [
"SemVer"
],
"sources" : [
"Conveniences.swift",
"Semantic Version + Codable.swift",
"Semantic Version + Comparable.swift",
"Semantic Version + Hashable.swift",
"Semantic Version.swift",
"Testing tools.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.