The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build sqlite-nio, reference main (a4c62f), with Swift 5.10 for macOS (SPM) on 4 Sep 2025 20:28:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-nio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/sqlite-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a4c62fa Add SQLite hook/observation support to SQLiteConnection (#90)
Cloned https://github.com/vapor/sqlite-nio.git
Revision (git rev-parse @):
a4c62fa1d99db69bf96d48f5b903eca1427f4a0e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-nio.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/vapor/sqlite-nio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
error: fatalError
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:54:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Found CSQLite target with path \(target.directory)") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:62:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Current version: \(currentVersion)") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:73:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Found valid update: \(latestData.version)") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:100:21: error: type 'Diagnostics' has no member 'progress'
        Diagnostics.progress("Upgraded from \(currentVersion) to \(latestData.version)")
        ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:139:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Starting download from \(latestData.downloadURL.absoluteString)") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:170:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Starting symbol graph generation") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:183:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Found \(graphSymbols.count) symbols in the graph") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:188:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Starting object file generation") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:200:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Got \(objSymbols.count) symbols from object files")}
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:205:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("Loaded \(allSymbols.count) unique symbols from the graph and objects") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:212:39: error: type 'Diagnostics' has no member 'progress'
        if self.verbose { Diagnostics.progress("\(allSymbols.count - commonPrefixSymbols.count) symbols had common prefixes") }
                          ~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:230:25: error: type 'Diagnostics' has no member 'progress'
            Diagnostics.progress("Prefixing symbols in \(file.lastComponent) (minimum prefix \(minimalCommonPrefix))...")
            ~~~~~~~~~~~ ^~~~~~~~
[1/1] Compiling plugin VendorSQLite
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3903] Fetching swift-log
[3904/81935] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.40s)
Fetched https://github.com/apple/swift-nio.git from cache (4.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.43s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1814] Fetching swift-atomics
[74/6755] Fetching swift-atomics, swift-system
[877/24149] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.64s)
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.40s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
BUILD FAILURE 5.10 macosSpm