Build Information
Successful build of WOWSQL, reference v3.1.0 (3b00eb), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 00:02: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/WowSQL/wowsql-swift.git
Reference: v3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WowSQL/wowsql-swift
* tag v3.1.0 -> FETCH_HEAD
HEAD is now at 3b00eb1 Release v3.1.0
Cloned https://github.com/WowSQL/wowsql-swift.git
Revision (git rev-parse @):
3b00eb1f58d4557abc9e7d9591295a2d3915e522
SUCCESS checkout https://github.com/WowSQL/wowsql-swift.git at v3.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/WowSQL/wowsql-swift.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/11] Compiling WOWSQL Storage.swift
[4/11] Compiling WOWSQL WOWSQL.swift
[5/11] Compiling WOWSQL QueryBuilder.swift
[6/11] Compiling WOWSQL Models.swift
[7/11] Compiling WOWSQL ProjectAuthClient.swift
[8/11] Compiling WOWSQL Exceptions.swift
[9/11] Emitting module WOWSQL
[10/11] Compiling WOWSQL Schema.swift
[11/11] Compiling WOWSQL Client.swift
Build complete! (5.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WOWSQL",
"name" : "WOWSQL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WOWSQL",
"targets" : [
"WOWSQL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WOWSQLTests",
"module_type" : "SwiftTarget",
"name" : "WOWSQLTests",
"path" : "Tests/WOWSQLTests",
"sources" : [
"WOWSQLTests.swift"
],
"target_dependencies" : [
"WOWSQL"
],
"type" : "test"
},
{
"c99name" : "WOWSQL",
"module_type" : "SwiftTarget",
"name" : "WOWSQL",
"path" : "Sources/WOWSQL",
"product_memberships" : [
"WOWSQL"
],
"sources" : [
"Client.swift",
"Exceptions.swift",
"Models.swift",
"ProjectAuthClient.swift",
"QueryBuilder.swift",
"Schema.swift",
"Storage.swift",
"WOWSQL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.