Build Information
Successful build of ArraySwift, reference 0.1.0 (45a49d), with Swift 6.0 for macOS (SPM) on 17 Jan 2026 23:20:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/ArraySwift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisGVE/ArraySwift
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 45a49d1 1 docs: add comprehensive documentation for 0.1.0 release 2 3 Add documentation infrastructure: 4 - swift-docc-plugin dependency in Package.swift 5 - DocC catalog with Documentation.md landing page 6 - Getting Started guide in Articles/ 7 - .spi.yml for Swift Package Index integration 8 9 Add user documentation: 10 - Comprehensive README.md with badges, installation, examples 11 - CHANGELOG.md following Keep a Changelog format 12 13 Fix documentation comments: 14 - Add missing parameter docs for eye() and diag()
Cloned https://github.com/ChrisGVE/ArraySwift.git
Revision (git rev-parse @):
45a49d16a58c9fe5dd839b7c2b654188afe15f9a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChrisGVE/ArraySwift.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChrisGVE/ArraySwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/11] Compiling ArraySwift NDArrayManipulation.swift
[6/11] Compiling ArraySwift NDArrayReduction.swift
[7/11] Compiling ArraySwift NDArrayMath.swift
[8/11] Compiling ArraySwift NDArrayCreation.swift
[9/11] Compiling ArraySwift NDArray.swift
[10/11] Emitting module ArraySwift
[11/11] Compiling ArraySwift NDArrayArithmetic.swift
Build complete! (24.54s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2163] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.04s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3640] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ArraySwift",
"name" : "ArraySwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ArraySwift",
"targets" : [
"ArraySwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArraySwiftTests",
"module_type" : "SwiftTarget",
"name" : "ArraySwiftTests",
"path" : "Tests/ArraySwiftTests",
"sources" : [
"NDArrayTests.swift"
],
"target_dependencies" : [
"ArraySwift"
],
"type" : "test"
},
{
"c99name" : "ArraySwift",
"module_type" : "SwiftTarget",
"name" : "ArraySwift",
"path" : "Sources/ArraySwift",
"product_memberships" : [
"ArraySwift"
],
"sources" : [
"NDArray.swift",
"NDArrayArithmetic.swift",
"NDArrayCreation.swift",
"NDArrayManipulation.swift",
"NDArrayMath.swift",
"NDArrayReduction.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.