Build Information
Successful build of WOWSQL, reference main (3b00eb), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 00:02:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WowSQL/wowsql-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "wowsql-swift",
"name": "WOWSQL",
"url": "https://github.com/WowSQL/wowsql-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wowsql-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/WowSQL/wowsql-swift.git
[1/73] Fetching wowsql-swift
Fetched https://github.com/WowSQL/wowsql-swift.git from cache (0.57s)
Creating working copy for https://github.com/WowSQL/wowsql-swift.git
Working copy of https://github.com/WowSQL/wowsql-swift.git resolved at main (3b00eb1)
warning: '.resolve-product-dependencies': dependency 'wowsql-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/WowSQL/wowsql-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling WOWSQL WOWSQL.swift
[4/11] Compiling WOWSQL Storage.swift
[5/11] Compiling WOWSQL QueryBuilder.swift
[6/11] Compiling WOWSQL ProjectAuthClient.swift
[7/11] Compiling WOWSQL Exceptions.swift
[8/11] Compiling WOWSQL Models.swift
[9/11] Compiling WOWSQL Client.swift
[10/11] Emitting module WOWSQL
[11/11] Compiling WOWSQL Schema.swift
Build complete! (6.62s)
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.