Build Information
Successful build of Difference, reference 1.1.0 (7eb73c
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:11:00 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/krzysztofzablocki/Difference.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzysztofzablocki/Difference
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 7eb73c5 Merge pull request #37 from Filozoff/fix/name-collision
Cloned https://github.com/krzysztofzablocki/Difference.git
Revision (git rev-parse @):
7eb73c5d28c87dd6c4bac805aa28f757648aa92c
SUCCESS checkout https://github.com/krzysztofzablocki/Difference.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/krzysztofzablocki/Difference.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/4] Compiling Difference Difference.swift
[4/4] Emitting module Difference
Build complete! (3.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Difference",
"name" : "Difference",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Difference",
"targets" : [
"Difference"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DifferenceTests",
"module_type" : "SwiftTarget",
"name" : "DifferenceTests",
"path" : "Tests/DifferenceTests",
"sources" : [
"DifferenceTests.swift"
],
"target_dependencies" : [
"Difference"
],
"type" : "test"
},
{
"c99name" : "Difference",
"module_type" : "SwiftTarget",
"name" : "Difference",
"path" : "Sources",
"product_memberships" : [
"Difference"
],
"sources" : [
"Difference.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.