Build Information
Successful build of SortedArray, reference main (54c863
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 09:02:09 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/ole/sortedarray.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ole/sortedarray
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 54c8639 Merge pull request #33 from ole/fix-lastWhere
Cloned https://github.com/ole/sortedarray.git
Revision (git rev-parse @):
54c8639696fb5b7de2cff0c4b0016372d1d9414f
SUCCESS checkout https://github.com/ole/sortedarray.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": "sortedarray",
"name": "SortedArray",
"url": "https://github.com/ole/sortedarray.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sortedarray",
"dependencies": [
]
}
]
}
Fetching https://github.com/ole/sortedarray.git
[1/679] Fetching sortedarray
Fetched https://github.com/ole/sortedarray.git from cache (0.88s)
Creating working copy for https://github.com/ole/sortedarray.git
Working copy of https://github.com/ole/sortedarray.git resolved at main (54c8639)
warning: '.resolve-product-dependencies': dependency 'sortedarray' 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/ole/sortedarray.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] Emitting module SortedArray
[4/4] Compiling SortedArray SortedArray.swift
Build complete! (5.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SortedArray",
"name" : "SortedArray",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SortedArray",
"targets" : [
"SortedArray"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "UnitTests",
"module_type" : "SwiftTarget",
"name" : "UnitTests",
"path" : "Tests/UnitTests",
"sources" : [
"SortedArrayTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"SortedArray"
],
"type" : "test"
},
{
"c99name" : "SortedArray",
"module_type" : "SwiftTarget",
"name" : "SortedArray",
"path" : "Sources",
"product_memberships" : [
"SortedArray"
],
"sources" : [
"SortedArray.swift"
],
"type" : "library"
},
{
"c99name" : "PerformanceTests",
"module_type" : "SwiftTarget",
"name" : "PerformanceTests",
"path" : "Tests/PerformanceTests",
"sources" : [
"PerformanceTests.swift"
],
"target_dependencies" : [
"SortedArray"
],
"type" : "test"
}
],
"tools_version" : "4.0"
}
Done.