Build Information
Successful build of Splint, reference 0.8.0 (42a850), with Swift 6.2 for macOS (SPM) on 4 May 2026 01:28:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/searlsco/splint.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/searlsco/splint
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 42a8509 Release 0.8.0
Cloned https://github.com/searlsco/splint.git
Revision (git rev-parse @):
42a850982b6741f4de5b326e1be617db2330ca67
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/searlsco/splint.git at 0.8.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/searlsco/splint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/12] Compiling Splint GroupedLens.swift
[4/12] Compiling Splint Phase.swift
[5/12] Compiling Splint Resource.swift
[6/12] Compiling Splint Setting.swift
[7/12] Compiling Splint Selection.swift
[8/12] Compiling Splint Credential.swift
[9/12] Compiling Splint Job.swift
[10/12] Compiling Splint Lens.swift
[11/13] Emitting module Splint
[12/13] Compiling Splint Catalog.swift
[13/13] Compiling Splint SettingValue.swift
Build complete! (3.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Splint",
"name" : "Splint",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.2"
},
{
"name" : "macos",
"version" : "26.2"
},
{
"name" : "tvos",
"version" : "26.2"
},
{
"name" : "watchos",
"version" : "26.2"
},
{
"name" : "visionos",
"version" : "26.2"
}
],
"products" : [
{
"name" : "Splint",
"targets" : [
"Splint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SplintTests",
"module_type" : "SwiftTarget",
"name" : "SplintTests",
"path" : "Tests/SplintTests",
"sources" : [
"CatalogTests.swift",
"CredentialTests.swift",
"GroupedLensLargeNTests.swift",
"GroupedLensTests.swift",
"JobTests.swift",
"LensLargeNTests.swift",
"LensTests.swift",
"NonisolatedConstructionTests.swift",
"PhaseTests.swift",
"SelectionTests.swift",
"SettingTests.swift",
"WaitUntil.swift"
],
"target_dependencies" : [
"Splint"
],
"type" : "test"
},
{
"c99name" : "Splint",
"module_type" : "SwiftTarget",
"name" : "Splint",
"path" : "Sources/Splint",
"product_memberships" : [
"Splint"
],
"sources" : [
"Catalog.swift",
"Credential.swift",
"GroupedLens.swift",
"Job.swift",
"Lens.swift",
"Phase.swift",
"Resource.swift",
"Selection.swift",
"Setting.swift",
"SettingValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.