Build Information
Successful build of SQLiteMigrationManager.swift, reference 0.8.3 (42281b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 19:15:41 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/garriguv/SQLiteMigrationManager.swift.git
Reference: 0.8.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/garriguv/SQLiteMigrationManager.swift
* tag 0.8.3 -> FETCH_HEAD
HEAD is now at 42281bf fix: resolve naming conflict with Foundation's Expression type (#52)
Submodule path 'Carthage/Checkouts/SQLite.swift': checked out '4d543d811ee644fa4cc4bfa0be996b4dd6ba0f54'
Submodule 'Carthage/Checkouts/SQLite.swift' (https://github.com/stephencelis/SQLite.swift.git) registered for path 'Carthage/Checkouts/SQLite.swift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/SQLite.swift'...
Cloned https://github.com/garriguv/SQLiteMigrationManager.swift.git
Revision (git rev-parse @):
42281bf1111a4bba144c5ba138724514383ff3ab
SUCCESS checkout https://github.com/garriguv/SQLiteMigrationManager.swift.git at 0.8.3
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/11124] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.71s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
11 | .visionOS(.v1)
12 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (2.29s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
11 | .visionOS(.v1)
12 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
========================================
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": "sqlitemigrationmanager.swift",
"name": "SQLiteMigrationManager.swift",
"url": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLiteMigrationManager.swift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "sqlite.swift",
"name": "SQLite.swift",
"url": "https://github.com/stephencelis/SQLite.swift.git",
"version": "0.16.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
"traits": [
"SystemSQLite"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/garriguv/SQLiteMigrationManager.swift.git
[1/950] Fetching sqlitemigrationmanager.swift
Fetched https://github.com/garriguv/SQLiteMigrationManager.swift.git from cache (0.86s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.51s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (1.15s)
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
Creating working copy for https://github.com/garriguv/SQLiteMigrationManager.swift.git
Working copy of https://github.com/garriguv/SQLiteMigrationManager.swift.git resolved at 0.8.3 (42281bf)
warning: '.resolve-product-dependencies': dependency 'sqlitemigrationmanager.swift' is not used by any target
Found 1 product dependencies
- SQLite.swift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/garriguv/SQLiteMigrationManager.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/37] Emitting module SQLite
[5/40] Compiling SQLite SQLiteFeature.swift
[6/40] Compiling SQLite SQLiteVersion.swift
[7/40] Compiling SQLite Statement.swift
[8/40] Compiling SQLite URIQueryParameter.swift
[9/40] Compiling SQLite Backup.swift
[10/40] Compiling SQLite Blob.swift
[11/40] Compiling SQLite Connection+Aggregation.swift
[12/40] Compiling SQLite Connection+Attach.swift
[13/40] Compiling SQLite Schema.swift
[14/40] Compiling SQLite Setter.swift
[15/40] Compiling SQLite WindowFunctions.swift
[16/40] Compiling SQLite Operators.swift
[17/40] Compiling SQLite Query+with.swift
[18/40] Compiling SQLite Query.swift
[19/40] Compiling SQLite Value.swift
[20/40] Compiling SQLite Cipher.swift
[21/40] Compiling SQLite FTS4.swift
[22/40] Compiling SQLite FTS5.swift
[23/40] Compiling SQLite Coding.swift
[24/40] Compiling SQLite Collation.swift
[25/40] Compiling SQLite CoreFunctions.swift
[26/40] Compiling SQLite Connection+Pragmas.swift
[27/40] Compiling SQLite Connection.swift
[28/40] Compiling SQLite Errors.swift
[29/40] Compiling SQLite Result.swift
[30/40] Compiling SQLite RTree.swift
[31/40] Compiling SQLite Foundation.swift
[32/40] Compiling SQLite Helpers.swift
[33/40] Compiling SQLite Connection+Schema.swift
[34/40] Compiling SQLite CustomFunctions.swift
[35/40] Compiling SQLite DateAndTimeFunctions.swift
[36/40] Compiling SQLite Expression.swift
[37/40] Compiling SQLite SchemaChanger.swift
[38/40] Compiling SQLite SchemaDefinitions.swift
[39/40] Compiling SQLite SchemaReader.swift
[40/40] Compiling SQLite AggregateFunctions.swift
[41/42] Compiling SQLiteMigrationManager SQLiteMigrationManager.swift
[42/42] Emitting module SQLiteMigrationManager
Build complete! (6.03s)
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
11 | .visionOS(.v1)
12 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Build complete.
{
"dependencies" : [
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
}
],
"manifest_display_name" : "SQLiteMigrationManager.swift",
"name" : "SQLiteMigrationManager.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SQLiteMigrationManager",
"targets" : [
"SQLiteMigrationManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLiteMigrationManagerTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteMigrationManagerTests",
"path" : "Tests",
"sources" : [
"SQLiteMigrationManagerTests.swift"
],
"target_dependencies" : [
"SQLiteMigrationManager"
],
"type" : "test"
},
{
"c99name" : "SQLiteMigrationManager",
"module_type" : "SwiftTarget",
"name" : "SQLiteMigrationManager",
"path" : "Sources",
"product_dependencies" : [
"SQLite"
],
"product_memberships" : [
"SQLiteMigrationManager"
],
"sources" : [
"SQLiteMigrationManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.