Build Information
Successful build of Difference, reference 1.1.0 (7eb73c
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 16:15:23 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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": "difference",
"name": "Difference",
"url": "https://github.com/krzysztofzablocki/Difference.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Difference",
"dependencies": [
]
}
]
}
Fetching https://github.com/krzysztofzablocki/Difference.git
[1/467] Fetching difference
Fetched https://github.com/krzysztofzablocki/Difference.git from cache (1.27s)
Creating working copy for https://github.com/krzysztofzablocki/Difference.git
Working copy of https://github.com/krzysztofzablocki/Difference.git resolved at 1.1.0 (7eb73c5)
warning: '.resolve-product-dependencies': dependency 'difference' 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/krzysztofzablocki/Difference.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling Difference Difference.swift
[4/4] Emitting module Difference
Build complete! (5.99s)
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.