Build Information
Successful build of SpellSPM, reference main (37d97c), with Swift 6.0 for macOS (SPM) on 7 Jun 2025 17:59:39 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tridiak/SpellSPM.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tridiak/SpellSPM
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 37d97c4 Merge branch 'main' of https://github.com/tridiak/SpellSPM
Cloned https://github.com/tridiak/SpellSPM.git
Revision (git rev-parse @):
37d97c46a4e8a183cec4f15d822f1b909df1878a
SUCCESS checkout https://github.com/tridiak/SpellSPM.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tridiak/SpellSPM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying spellDBv3.db
[1/4] Copying SQLiteTable.txt
[1/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/15] Compiling SpellSPM SpellSPM.swift
[6/16] Compiling SpellSPM resource_bundle_accessor.swift
[7/16] Compiling SpellSPM SpellDBFields.swift
[8/16] Compiling SpellSPM Enums.swift
[9/16] Emitting module SpellSPM
[10/16] Compiling SpellSPM StringStuff.swift
[11/16] Compiling SpellSPM CharClass.swift
[12/16] Compiling SpellSPM DBAccessProtocol.swift
[13/16] Compiling SpellSPM SpellDBAccess.swift
[14/16] Compiling SpellSPM SpellObject.swift
[15/16] Compiling SpellSPM SpellsEx.swift
[16/16] Compiling SpellSPM SpellsTableStruct.swift
Build complete! (6.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SpellSPM",
"name" : "SpellSPM",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SpellSPM",
"targets" : [
"SpellSPM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpellSPMTests",
"module_type" : "SwiftTarget",
"name" : "SpellSPMTests",
"path" : "Tests/SpellSPMTests",
"sources" : [
"SpellSPMTests.swift",
"StringTests.swift"
],
"target_dependencies" : [
"SpellSPM"
],
"type" : "test"
},
{
"c99name" : "SpellSPM",
"module_type" : "SwiftTarget",
"name" : "SpellSPM",
"path" : "Sources/SpellSPM",
"product_memberships" : [
"SpellSPM"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpellSPM/Resources/SQLiteTable.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpellSPM/Resources/spellDBv3.db",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CharClass.swift",
"DBAccessProtocol.swift",
"Enums.swift",
"SpellDBAccess.swift",
"SpellDBFields.swift",
"SpellObject.swift",
"SpellSPM.swift",
"SpellsEx.swift",
"SpellsTableStruct.swift",
"StringStuff.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.