Build Information
Successful build of Libsql, reference 0.3.2 (f2944a), with Swift 6.0 for macOS (SPM) on 1 Aug 2025 17:51:02 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tursodatabase/libsql-swift.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tursodatabase/libsql-swift
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at f2944a4 Merge pull request #8 from tursodatabase/update
Submodule path 'Sources/CLibsql/libsql-c': checked out '2b53e6d88528cf936407d68f22b57f75e9fd3fef'
Submodule 'Sources/CLibsql/libsql-c' (https://github.com/tursodatabase/libsql-c) registered for path 'Sources/CLibsql/libsql-c'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/CLibsql/libsql-c'...
Cloned https://github.com/tursodatabase/libsql-swift.git
Revision (git rev-parse @):
f2944a4ea93a20f7d9afcf2913cd4e391e57cd79
SUCCESS checkout https://github.com/tursodatabase/libsql-swift.git at 0.3.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tursodatabase/libsql-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/48] Write Vector-entitlement.plist
[0/48] Write sources
[2/48] Write Transaction-entitlement.plist
[2/48] Write sources
[5/48] Copying liblibsql.a
[5/48] Write Sync-entitlement.plist
[6/48] Write sources
[6/48] Write Transactions-entitlement.plist
[7/48] Write sources
[11/48] Write Query-entitlement.plist
[11/48] Write sources
[13/48] Write Remote-entitlement.plist
[13/48] Write sources
[16/48] Write Local-entitlement.plist
[18/48] Write Batch-entitlement.plist
[19/48] Write Memory-entitlement.plist
[20/48] Write swift-version-5BDAB9E9C0126B9D.txt
[22/50] Emitting module Libsql
[23/50] Compiling Libsql Libsql.swift
[24/68] Compiling Transactions main.swift
[25/68] Emitting module Transactions
[25/68] Write Objects.LinkFileList
[27/68] Compiling Transaction main.swift
[28/68] Emitting module Transaction
[28/68] Write Objects.LinkFileList
[30/68] Emitting module Memory
[31/68] Emitting module Vector
[32/68] Compiling Vector main.swift
[32/68] Write Objects.LinkFileList
[34/68] Emitting module Remote
[35/68] Compiling Remote main.swift
[35/68] Write Objects.LinkFileList
[37/68] Compiling Batch main.swift
[38/68] Emitting module Batch
[39/68] Compiling Local main.swift
[40/68] Emitting module Local
[40/68] Write Objects.LinkFileList
[43/68] Compiling Query main.swift
[44/68] Emitting module Query
[45/68] Compiling Memory main.swift
[45/68] Write Objects.LinkFileList
[48/68] Emitting module Sync
[49/68] Compiling Sync main.swift
[49/68] Write Objects.LinkFileList
[50/68] Linking Query
[51/68] Linking Vector
[51/68] Linking Remote
[53/68] Linking Transactions
[54/68] Linking Sync
[55/68] Linking Transaction
[56/68] Linking Batch
[57/68] Linking Local
[58/68] Linking Memory
[59/68] Applying Query
[60/68] Applying Remote
[61/68] Applying Transactions
[62/68] Applying Vector
[63/68] Applying Sync
[64/68] Applying Batch
[65/68] Applying Memory
[66/68] Applying Transaction
[67/68] Applying Local
Build complete! (7.05s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Local/local.db': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db-wal': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db-shm': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db-client_wal_index': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db-shm': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db-wal': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db-client_wal_index': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Transactions/local.db': File not found.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Libsql",
"name" : "Libsql",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "Libsql",
"targets" : [
"Libsql"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Query",
"targets" : [
"Query"
],
"type" : {
"executable" : null
}
},
{
"name" : "Transaction",
"targets" : [
"Transaction"
],
"type" : {
"executable" : null
}
},
{
"name" : "Batch",
"targets" : [
"Batch"
],
"type" : {
"executable" : null
}
},
{
"name" : "Vector",
"targets" : [
"Vector"
],
"type" : {
"executable" : null
}
},
{
"name" : "Transactions",
"targets" : [
"Transactions"
],
"type" : {
"executable" : null
}
},
{
"name" : "Sync",
"targets" : [
"Sync"
],
"type" : {
"executable" : null
}
},
{
"name" : "Remote",
"targets" : [
"Remote"
],
"type" : {
"executable" : null
}
},
{
"name" : "Memory",
"targets" : [
"Memory"
],
"type" : {
"executable" : null
}
},
{
"name" : "Local",
"targets" : [
"Local"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Vector",
"module_type" : "SwiftTarget",
"name" : "Vector",
"path" : "Examples/Vector",
"product_memberships" : [
"Vector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Transactions",
"module_type" : "SwiftTarget",
"name" : "Transactions",
"path" : "Examples/Transactions",
"product_memberships" : [
"Transactions"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Transaction",
"module_type" : "SwiftTarget",
"name" : "Transaction",
"path" : "Examples/Transaction",
"product_memberships" : [
"Transaction"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Sync",
"module_type" : "SwiftTarget",
"name" : "Sync",
"path" : "Examples/Sync",
"product_memberships" : [
"Sync"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Remote",
"module_type" : "SwiftTarget",
"name" : "Remote",
"path" : "Examples/Remote",
"product_memberships" : [
"Remote"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Query",
"module_type" : "SwiftTarget",
"name" : "Query",
"path" : "Examples/Query",
"product_memberships" : [
"Query"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Memory",
"module_type" : "SwiftTarget",
"name" : "Memory",
"path" : "Examples/Memory",
"product_memberships" : [
"Memory"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "Local",
"module_type" : "SwiftTarget",
"name" : "Local",
"path" : "Examples/Local",
"product_memberships" : [
"Local"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
},
{
"c99name" : "LibsqlTests",
"module_type" : "SwiftTarget",
"name" : "LibsqlTests",
"path" : "Tests/LibsqlTests",
"sources" : [
"LibsqlTests.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "test"
},
{
"c99name" : "Libsql",
"module_type" : "SwiftTarget",
"name" : "Libsql",
"path" : "Sources/Libsql",
"product_memberships" : [
"Libsql",
"Query",
"Transaction",
"Batch",
"Vector",
"Transactions",
"Sync",
"Remote",
"Memory",
"Local"
],
"sources" : [
"Libsql.swift"
],
"target_dependencies" : [
"CLibsql"
],
"type" : "library"
},
{
"c99name" : "CLibsql",
"module_type" : "BinaryTarget",
"name" : "CLibsql",
"path" : "Sources/CLibsql/CLibsql.xcframework",
"product_memberships" : [
"Libsql",
"Query",
"Transaction",
"Batch",
"Vector",
"Transactions",
"Sync",
"Remote",
"Memory",
"Local"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Batch",
"module_type" : "SwiftTarget",
"name" : "Batch",
"path" : "Examples/Batch",
"product_memberships" : [
"Batch"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Libsql"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Local/local.db': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db-shm': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db-wal': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Remote/local.db-client_wal_index': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db-client_wal_index': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db-shm': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db-wal': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Sync/local.db': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Examples/Transactions/local.db': File not found.
Done.