Build Information
Successful build of Semver, reference 1.2.4 (0a6e2f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:50:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/Semver.swift.git
Reference: 1.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/Semver.swift
* tag 1.2.4 -> FETCH_HEAD
HEAD is now at 0a6e2fe Add Hashable conformance
Cloned https://github.com/johnfairh/Semver.swift.git
Revision (git rev-parse @):
0a6e2fe061ecb840c9bf80b6427e70ac039239fa
SUCCESS checkout https://github.com/johnfairh/Semver.swift.git at 1.2.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/johnfairh/Semver.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Emitting module Semver
[4/6] Compiling Semver Semver.swift
[5/6] Compiling Semver Semver+Parser.swift
[6/6] Compiling Semver Semver+Expressible.swift
Build complete! (3.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Semver",
"name" : "Semver",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Semver",
"targets" : [
"Semver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SemverTests",
"module_type" : "SwiftTarget",
"name" : "SemverTests",
"path" : "Tests",
"sources" : [
"ParserTests.swift",
"SemverTests.swift"
],
"target_dependencies" : [
"Semver"
],
"type" : "test"
},
{
"c99name" : "Semver",
"module_type" : "SwiftTarget",
"name" : "Semver",
"path" : "Sources",
"product_memberships" : [
"Semver"
],
"sources" : [
"Semver+Expressible.swift",
"Semver+Parser.swift",
"Semver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.