The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SQLiteMigrationManager.swift, reference 0.8.3 (42281b), with Swift 6.2 for Linux on 21 Jun 2025 19:03:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/garriguv/SQLiteMigrationManager.swift.git
Reference: 0.8.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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 '/host/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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/garriguv/SQLiteMigrationManager.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9851] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.37s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (2.05s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/136] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.95s)
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.4
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/4] Write sources
[2/4] Compiling SwiftToolchainCSQLite sqlite3.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/37] Compiling SQLite DateAndTimeFunctions.swift
[6/37] Compiling SQLite Expression.swift
[7/37] Compiling SQLite Operators.swift
[8/37] Compiling SQLite Query+with.swift
[9/41] Compiling SQLite FTS5.swift
[10/41] Compiling SQLite RTree.swift
[11/41] Compiling SQLite Foundation.swift
[12/41] Compiling SQLite Helpers.swift
[13/41] Compiling SQLite Connection+Schema.swift
[14/41] Emitting module SQLite
[15/41] Compiling SQLite SchemaChanger.swift
[16/41] Compiling SQLite SchemaDefinitions.swift
[17/41] Compiling SQLite SchemaReader.swift
[18/41] Compiling SQLite AggregateFunctions.swift
[19/41] Compiling SQLite Statement.swift
[20/41] Compiling SQLite URIQueryParameter.swift
[21/41] Compiling SQLite Value.swift
[22/41] Compiling SQLite Cipher.swift
[23/41] Compiling SQLite FTS4.swift
[24/41] Compiling SQLite Backup.swift
[25/41] Compiling SQLite Blob.swift
[26/41] Compiling SQLite Connection+Aggregation.swift
[27/41] Compiling SQLite Connection+Attach.swift
[28/41] Compiling SQLite Connection+Pragmas.swift
[29/41] Compiling SQLite Connection.swift
[30/41] Compiling SQLite Errors.swift
[31/41] Compiling SQLite Result.swift
[32/41] Compiling SQLite SQLiteFeature.swift
[33/41] Compiling SQLite SQLiteVersion.swift
[34/41] Compiling SQLite Coding.swift
[35/41] Compiling SQLite Collation.swift
[36/41] Compiling SQLite CoreFunctions.swift
[37/41] Compiling SQLite CustomFunctions.swift
[38/41] Compiling SQLite Query.swift
[39/41] Compiling SQLite Schema.swift
[40/41] Compiling SQLite Setter.swift
[41/41] Compiling SQLite WindowFunctions.swift
[43/44] Emitting module SQLiteMigrationManager
[44/44] Compiling SQLiteMigrationManager SQLiteMigrationManager.swift
/host/spi-builder-workspace/Sources/SQLiteMigrationManager.swift:185:51: error: 'NSURL' is not implicitly convertible to 'URL'; did you mean to use 'as' to explicitly convert?
183 |   fileprivate func migrations() -> [Migration] {
184 |     if let urls = urls(forResourcesWithExtension: "sql", subdirectory: nil) {
185 |       return urls.compactMap { FileMigration(url: $0) }
    |                                                   `- error: 'NSURL' is not implicitly convertible to 'URL'; did you mean to use 'as' to explicitly convert?
186 |     } else {
187 |       return []
BUILD FAILURE 6.2 linux