Build Information
Successful build of TypedComparator, reference main (a53cb6
), with Swift 6.0 for macOS (SPM) on 12 Jan 2025 09:59:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/TypedComparator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/TypedComparator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a53cb62 Create LICENSE
Cloned https://github.com/VergeGroup/TypedComparator.git
Revision (git rev-parse @):
a53cb628637b06d7dff24c64a6d17694f273430d
SUCCESS checkout https://github.com/VergeGroup/TypedComparator.git at main
========================================
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": "typedcomparator",
"name": "TypedComparator",
"url": "https://github.com/VergeGroup/TypedComparator.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypedComparator",
"dependencies": [
]
}
]
}
Fetching https://github.com/VergeGroup/TypedComparator.git
[1/14] Fetching typedcomparator
Fetched https://github.com/VergeGroup/TypedComparator.git from cache (0.64s)
Creating working copy for https://github.com/VergeGroup/TypedComparator.git
Working copy of https://github.com/VergeGroup/TypedComparator.git resolved at main (a53cb62)
warning: '.resolve-product-dependencies': dependency 'typedcomparator' 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/VergeGroup/TypedComparator.git
https://github.com/VergeGroup/TypedComparator.git
{
"dependencies" : [
],
"manifest_display_name" : "TypedComparator",
"name" : "TypedComparator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TypedComparator",
"targets" : [
"TypedComparator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedComparatorTests",
"module_type" : "SwiftTarget",
"name" : "TypedComparatorTests",
"path" : "Tests/TypedComparatorTests",
"sources" : [
"ComparatorTests.swift"
],
"target_dependencies" : [
"TypedComparator"
],
"type" : "test"
},
{
"c99name" : "TypedComparator",
"module_type" : "SwiftTarget",
"name" : "TypedComparator",
"path" : "Sources/TypedComparator",
"product_memberships" : [
"TypedComparator"
],
"sources" : [
"PackedCompare.swift",
"TypedComparator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling TypedComparator TypedComparator.swift
[4/5] Emitting module TypedComparator
[5/5] Compiling TypedComparator PackedCompare.swift
Build complete! (1.53s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TypedComparator",
"name" : "TypedComparator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TypedComparator",
"targets" : [
"TypedComparator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedComparatorTests",
"module_type" : "SwiftTarget",
"name" : "TypedComparatorTests",
"path" : "Tests/TypedComparatorTests",
"sources" : [
"ComparatorTests.swift"
],
"target_dependencies" : [
"TypedComparator"
],
"type" : "test"
},
{
"c99name" : "TypedComparator",
"module_type" : "SwiftTarget",
"name" : "TypedComparator",
"path" : "Sources/TypedComparator",
"product_memberships" : [
"TypedComparator"
],
"sources" : [
"PackedCompare.swift",
"TypedComparator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.