Build Information
Successful build of swift-version-compare, reference 2.1.1 (61d794
), with Swift 6.1 for macOS (SPM) on 24 Aug 2025 23:24:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mflknr/swift-version-compare.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mflknr/swift-version-compare
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at 61d7941 update: changelog
Cloned https://github.com/mflknr/swift-version-compare.git
Revision (git rev-parse @):
61d794143a91a359f45698aceecdbc88d23f3db5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mflknr/swift-version-compare.git at 2.1.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": "swift-version-compare",
"name": "swift-version-compare",
"url": "https://github.com/mflknr/swift-version-compare.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-version-compare",
"dependencies": [
]
}
]
}
Fetching https://github.com/mflknr/swift-version-compare.git
[1/2271] Fetching swift-version-compare
Fetched https://github.com/mflknr/swift-version-compare.git from cache (1.08s)
Creating working copy for https://github.com/mflknr/swift-version-compare.git
Working copy of https://github.com/mflknr/swift-version-compare.git resolved at 2.1.1 (61d7941)
warning: '.resolve-product-dependencies': dependency 'swift-version-compare' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mflknr/swift-version-compare.git
https://github.com/mflknr/swift-version-compare.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-version-compare",
"name" : "swift-version-compare",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "VersionCompare",
"targets" : [
"VersionCompare"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "VersionCompareTests",
"module_type" : "SwiftTarget",
"name" : "VersionCompareTests",
"path" : "Tests/VersionCompareTests",
"sources" : [
"SemanticVersionComparableTests.swift",
"VersionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VersionCompare"
],
"type" : "test"
},
{
"c99name" : "VersionCompare",
"module_type" : "SwiftTarget",
"name" : "VersionCompare",
"path" : "Sources",
"product_memberships" : [
"VersionCompare"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Helper/Character+Extensions.swift",
"Helper/String+Regex.swift",
"Helper/VersionCompareResult.swift",
"Helper/VersionValidationError.swift",
"SemanticVersionComparable/BuildMetaData/BuildMetaData+ExpressibleByLiteral.swift",
"SemanticVersionComparable/BuildMetaData/BuildMetaData.swift",
"SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+Equatable.swift",
"SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+ExpressibleByLiteral.swift",
"SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier.swift",
"SemanticVersionComparable/SemanticVersionComparable+Comparable.swift",
"SemanticVersionComparable/SemanticVersionComparable+Equatable.swift",
"SemanticVersionComparable/SemanticVersionComparable+Hashable.swift",
"SemanticVersionComparable/SemanticVersionComparable.swift",
"Version+Bundle.swift",
"Version+OS.swift",
"Version+StringInitializer.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/21] Compiling VersionCompare Version.swift
[5/21] Compiling VersionCompare SemanticVersionComparable+Equatable.swift
[6/21] Compiling VersionCompare SemanticVersionComparable+Hashable.swift
[7/22] Compiling VersionCompare resource_bundle_accessor.swift
[8/22] Emitting module VersionCompare
[9/22] Compiling VersionCompare PrereleaseIdentifier.swift
[10/22] Compiling VersionCompare SemanticVersionComparable+Comparable.swift
[11/22] Compiling VersionCompare BuildMetaData+ExpressibleByLiteral.swift
[12/22] Compiling VersionCompare BuildMetaData.swift
[13/22] Compiling VersionCompare PrereleaseIdentifier+Equatable.swift
[14/22] Compiling VersionCompare PrereleaseIdentifier+ExpressibleByLiteral.swift
[15/22] Compiling VersionCompare VersionCompareResult.swift
[16/22] Compiling VersionCompare VersionValidationError.swift
[17/22] Compiling VersionCompare Version+OS.swift
[18/22] Compiling VersionCompare Version+StringInitializer.swift
[19/22] Compiling VersionCompare Character+Extensions.swift
[20/22] Compiling VersionCompare String+Regex.swift
[21/22] Compiling VersionCompare SemanticVersionComparable.swift
[22/22] Compiling VersionCompare Version+Bundle.swift
Build complete! (5.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-version-compare",
"name" : "swift-version-compare",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "VersionCompare",
"targets" : [
"VersionCompare"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "VersionCompareTests",
"module_type" : "SwiftTarget",
"name" : "VersionCompareTests",
"path" : "Tests/VersionCompareTests",
"sources" : [
"SemanticVersionComparableTests.swift",
"VersionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VersionCompare"
],
"type" : "test"
},
{
"c99name" : "VersionCompare",
"module_type" : "SwiftTarget",
"name" : "VersionCompare",
"path" : "Sources",
"product_memberships" : [
"VersionCompare"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Helper/Character+Extensions.swift",
"Helper/String+Regex.swift",
"Helper/VersionCompareResult.swift",
"Helper/VersionValidationError.swift",
"SemanticVersionComparable/BuildMetaData/BuildMetaData+ExpressibleByLiteral.swift",
"SemanticVersionComparable/BuildMetaData/BuildMetaData.swift",
"SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+Equatable.swift",
"SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+ExpressibleByLiteral.swift",
"SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier.swift",
"SemanticVersionComparable/SemanticVersionComparable+Comparable.swift",
"SemanticVersionComparable/SemanticVersionComparable+Equatable.swift",
"SemanticVersionComparable/SemanticVersionComparable+Hashable.swift",
"SemanticVersionComparable/SemanticVersionComparable.swift",
"Version+Bundle.swift",
"Version+OS.swift",
"Version+StringInitializer.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.