Build Information
Failed to build sqlite-nio, reference main (6cfc95
), with Swift 5.10 for macOS (SPM) on 11 Apr 2025 15:44:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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 6cfc958 Update Swift version and other minor items (#83)
Cloned https://github.com/vapor/sqlite-nio.git
Revision (git rev-parse @):
6cfc9582e741e5ad231f786cfc5486df3d29931b
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/3825] Fetching swift-log
[3826/78915] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Fetched https://github.com/apple/swift-log.git from cache (4.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4224] Fetching swift-system
[44/5929] Fetching swift-system, swift-atomics
[1966/21919] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.72s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.72s)
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.52s)
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.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
BUILD FAILURE 5.10 macosSpm