Build Information
Successful build of SortedArray, reference 0.7.0 (a521f7
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 09:01:57 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: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ole/sortedarray
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at a521f75 Fix table formatting in Markdown
Cloned https://github.com/ole/sortedarray.git
Revision (git rev-parse @):
a521f750fccb0743ad082b7cb890a62e132c4fbf
SUCCESS checkout https://github.com/ole/sortedarray.git at 0.7.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": "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.90s)
Creating working copy for https://github.com/ole/sortedarray.git
Working copy of https://github.com/ole/sortedarray.git resolved at 0.7.0 (a521f75)
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] Compiling SortedArray SortedArray.swift
[4/4] Emitting module SortedArray
Build complete! (5.62s)
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.