Build Information
Successful build of FMDB, reference 2.7.12 (1227a3), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 02:25:23 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/ccgus/fmdb.git
Reference: 2.7.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ccgus/fmdb
* tag 2.7.12 -> FETCH_HEAD
HEAD is now at 1227a3f Merge branch 'tstump-phunware-bugfix/cocoapods_and_spm_installation_methods'
Cloned https://github.com/ccgus/fmdb.git
Revision (git rev-parse @):
1227a3fa2b9916bfd75fe380eb45cd210e69e251
SUCCESS checkout https://github.com/ccgus/fmdb.git at 2.7.12
========================================
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": "fmdb",
"name": "FMDB",
"url": "https://github.com/ccgus/fmdb.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fmdb",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ccgus/fmdb.git
[1/5069] Fetching fmdb
Fetched https://github.com/ccgus/fmdb.git from cache (1.19s)
Creating working copy for https://github.com/ccgus/fmdb.git
Working copy of https://github.com/ccgus/fmdb.git resolved at 2.7.12 (1227a3f)
warning: '.resolve-product-dependencies': dependency 'fmdb' 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/ccgus/fmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling FMDB FMDatabaseAdditions.m
[1/5] Compiling FMDB FMDatabase.m
[2/5] Compiling FMDB FMDatabaseQueue.m
[3/5] Compiling FMDB FMDatabasePool.m
[4/5] Compiling FMDB FMResultSet.m
Build complete! (2.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FMDB",
"name" : "FMDB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FMDB",
"targets" : [
"FMDB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FMDB",
"module_type" : "ClangTarget",
"name" : "FMDB",
"path" : "src/fmdb",
"product_memberships" : [
"FMDB"
],
"sources" : [
"FMDatabase.m",
"FMDatabaseAdditions.m",
"FMDatabasePool.m",
"FMDatabaseQueue.m",
"FMResultSet.m"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.