Build Information
Successful build of SQLite.swift, reference 0.16.0 (964c30), with Swift 6.2 for macOS (SPM) on 8 Mar 2026 20:16:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stephencelis/SQLite.swift.git
Reference: 0.16.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stephencelis/SQLite.swift
* tag 0.16.0 -> FETCH_HEAD
HEAD is now at 964c300 Merge pull request #1353 from stephencelis/prepare-0.16.0
Cloned https://github.com/stephencelis/SQLite.swift.git
Revision (git rev-parse @):
964c300fb0736699ce945c9edb56ecd62eba27a3
SUCCESS checkout https://github.com/stephencelis/SQLite.swift.git at 0.16.0
========================================
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",
"dependencies": [
{
"identity": "sqlite.swift",
"name": "SQLite.swift",
"url": "https://github.com/stephencelis/SQLite.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/10503] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.58s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.16.0 (964c300)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/stephencelis/SQLite.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/40] Compiling SQLite Value.swift
[5/40] Compiling SQLite Cipher.swift
[6/40] Compiling SQLite FTS4.swift
[7/40] Compiling SQLite FTS5.swift
[8/43] Emitting module SQLite
[9/43] Compiling SQLite Setter.swift
[10/43] Compiling SQLite WindowFunctions.swift
[11/43] Compiling SQLite resource_bundle_accessor.swift
[12/43] Compiling SQLite Connection+Pragmas.swift
[13/43] Compiling SQLite Connection.swift
[14/43] Compiling SQLite Errors.swift
[15/43] Compiling SQLite Result.swift
[16/43] Compiling SQLite DateAndTimeFunctions.swift
[17/43] Compiling SQLite Expression.swift
[18/43] Compiling SQLite Operators.swift
[19/43] Compiling SQLite RTree.swift
[20/43] Compiling SQLite Foundation.swift
[21/43] Compiling SQLite Helpers.swift
[22/43] Compiling SQLite Connection+Schema.swift
[23/43] Compiling SQLite Coding.swift
[24/43] Compiling SQLite Collation.swift
[25/43] Compiling SQLite CoreFunctions.swift
[26/43] Compiling SQLite CustomFunctions.swift
[27/43] Compiling SQLite Backup.swift
[28/43] Compiling SQLite Blob.swift
[29/43] Compiling SQLite Connection+Aggregation.swift
[30/43] Compiling SQLite Connection+Attach.swift
[31/43] Compiling SQLite SQLiteFeature.swift
[32/43] Compiling SQLite SQLiteVersion.swift
[33/43] Compiling SQLite Statement.swift
[34/43] Compiling SQLite URIQueryParameter.swift
[35/43] Compiling SQLite SchemaChanger.swift
[36/43] Compiling SQLite SchemaDefinitions.swift
[37/43] Compiling SQLite SchemaReader.swift
[38/43] Compiling SQLite AggregateFunctions.swift
[39/43] Compiling SQLite Query+with.swift
[40/43] Compiling SQLite Query.swift
[41/43] Compiling SQLite Schema.swift
[41/43] Write Objects.LinkFileList
[42/43] Linking libSQLite-Dynamic.dylib
Build complete! (5.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "csqlite",
"requirement" : {
"range" : [
{
"lower_bound" : "3.50.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/CSQLite"
},
{
"identity" : "sqlcipher.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.11.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sqlcipher/SQLCipher.swift"
}
],
"manifest_display_name" : "SQLite.swift",
"name" : "SQLite.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SQLite",
"targets" : [
"SQLite"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLite-Dynamic",
"targets" : [
"SQLite"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SQLiteTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteTests",
"path" : "Tests/SQLiteTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SQLiteTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/BlobTests.swift",
"Core/Connection+AttachTests.swift",
"Core/Connection+PragmaTests.swift",
"Core/ConnectionTests.swift",
"Core/CoreFunctionsTests.swift",
"Core/ResultTests.swift",
"Core/StatementTests.swift",
"Core/ValueTests.swift",
"Extensions/CipherTests.swift",
"Extensions/FTS4Tests.swift",
"Extensions/FTS5IntegrationTests.swift",
"Extensions/FTS5Tests.swift",
"Extensions/RTreeTests.swift",
"Fixtures.swift",
"FoundationTests.swift",
"Schema/Connection+SchemaTests.swift",
"Schema/SchemaChangerTests.swift",
"Schema/SchemaDefinitionsTests.swift",
"Schema/SchemaReaderTests.swift",
"Schema/SchemaTests.swift",
"TestHelpers.swift",
"Typed/AggregateFunctionsTests.swift",
"Typed/CustomAggregationTests.swift",
"Typed/CustomFunctionsTests.swift",
"Typed/DateAndTimeFunctionTests.swift",
"Typed/ExpressionTests.swift",
"Typed/OperatorsTests.swift",
"Typed/QueryIntegrationTests.swift",
"Typed/QueryTests.swift",
"Typed/RowTests.swift",
"Typed/SelectTests.swift",
"Typed/SetterTests.swift",
"Typed/WindowFunctionsTests.swift"
],
"target_dependencies" : [
"SQLite"
],
"type" : "test"
},
{
"c99name" : "SQLite",
"module_type" : "SwiftTarget",
"name" : "SQLite",
"path" : "Sources/SQLite",
"product_dependencies" : [
"SQLiteSwiftCSQLite",
"SQLCipher"
],
"product_memberships" : [
"SQLite",
"SQLite-Dynamic"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SQLite/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/Backup.swift",
"Core/Blob.swift",
"Core/Connection+Aggregation.swift",
"Core/Connection+Attach.swift",
"Core/Connection+Pragmas.swift",
"Core/Connection.swift",
"Core/Errors.swift",
"Core/Result.swift",
"Core/SQLiteFeature.swift",
"Core/SQLiteVersion.swift",
"Core/Statement.swift",
"Core/URIQueryParameter.swift",
"Core/Value.swift",
"Extensions/Cipher.swift",
"Extensions/FTS4.swift",
"Extensions/FTS5.swift",
"Extensions/RTree.swift",
"Foundation.swift",
"Helpers.swift",
"Schema/Connection+Schema.swift",
"Schema/SchemaChanger.swift",
"Schema/SchemaDefinitions.swift",
"Schema/SchemaReader.swift",
"Typed/AggregateFunctions.swift",
"Typed/Coding.swift",
"Typed/Collation.swift",
"Typed/CoreFunctions.swift",
"Typed/CustomFunctions.swift",
"Typed/DateAndTimeFunctions.swift",
"Typed/Expression.swift",
"Typed/Operators.swift",
"Typed/Query+with.swift",
"Typed/Query.swift",
"Typed/Schema.swift",
"Typed/Setter.swift",
"Typed/WindowFunctions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.