Build Information
Successful build of Splint, reference main (80af1e), with Swift 6.2 for macOS (SPM) on 4 May 2026 10:55:31 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/searlsco/splint
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 80af1e4 Merge pull request #44 from searlsco/docs/looking-up-by-id
Cloned https://github.com/searlsco/splint.git
Revision (git rev-parse @):
80af1e433b1183bb264502d55e6b1697f98a8300
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/searlsco/splint.git at main
========================================
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 Selection.swift
[4/12] Compiling Splint Lens.swift
[5/12] Compiling Splint Setting.swift
[6/12] Compiling Splint Job.swift
[7/12] Compiling Splint Resource.swift
[8/12] Compiling Splint Phase.swift
[9/13] Emitting module Splint
[10/13] Compiling Splint GroupedLens.swift
[11/13] Compiling Splint Credential.swift
[12/13] Compiling Splint Catalog.swift
[13/13] Compiling Splint SettingValue.swift
Build complete! (3.89s)
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.