Build Information
Failed to build Logger, reference main (325ba2
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 00:00:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/binaryscraping/swift-log.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-log
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 325ba24 Update github actions
Cloned https://github.com/binaryscraping/swift-log.git
Revision (git rev-parse @):
325ba24730eb63abde91405da9d01cfe0649fef1
SUCCESS checkout https://github.com/binaryscraping/swift-log.git at main
Fetching https://github.com/binaryscraping/swift-json
warning: 'swift-json': skipping cache due to an error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/binaryscraping/swift-log.git
https://github.com/binaryscraping/swift-log.git
{
"dependencies" : [
{
"identity" : "swift-json",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/binaryscraping/swift-json"
},
{
"identity" : "swift-sqlite",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/binaryscraping/swift-sqlite"
}
],
"manifest_display_name" : "Logger",
"name" : "Logger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Logger",
"targets" : [
"Logger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggerTests",
"module_type" : "SwiftTarget",
"name" : "LoggerTests",
"path" : "Tests/LoggerTests",
"sources" : [
"LoggerTests.swift"
],
"target_dependencies" : [
"Logger"
],
"type" : "test"
},
{
"c99name" : "Logger",
"module_type" : "SwiftTarget",
"name" : "Logger",
"path" : "Sources/Logger",
"product_dependencies" : [
"JSON",
"Sqlite"
],
"product_memberships" : [
"Logger"
],
"sources" : [
"Destination.swift",
"Formatter.swift",
"Logger.swift",
"Message.swift",
"SQLite/SQLiteLoggingStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/binaryscraping/swift-json
warning: 'swift-json': skipping cache due to an error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Fetching https://github.com/binaryscraping/swift-json
warning: 'swift-json': skipping cache due to an error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 macosSpm