Build Information
Successful build of SQLite with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pixelspark/sqlite.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pixelspark/sqlite
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e4e8891 Upgrade to Swift 4
Cloned https://github.com/pixelspark/sqlite.git
Revision (git rev-parse @):
e4e889123447390620824a6fda52e035802e3bde
SUCCESS checkout https://github.com/pixelspark/sqlite.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "sqlite",
"name": "SQLite",
"url": "https://github.com/pixelspark/sqlite.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sqlite",
"dependencies": [
]
}
]
}
Fetching https://github.com/pixelspark/sqlite.git from cache
Fetched https://github.com/pixelspark/sqlite.git (0.19s)
Creating working copy for https://github.com/pixelspark/sqlite.git
Working copy of https://github.com/pixelspark/sqlite.git resolved at master
warning: '.resolve-product-dependencies': dependency 'sqlite' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CSQLite sqlite3.c
[2/3] Compiling SQLite SQLite.swift
[3/3] Emitting module SQLite
Build complete! (6.22s)
Build complete.
Done.