Build Information
Failed to build swift-log-sentry, reference 2.1.0 (d523bd
), with Swift 6.1 for Linux on 31 Aug 2025 16:54:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/idolize/swift-log-sentry.git
Reference: 2.1.0
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/idolize/swift-log-sentry
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at d523bd9 Update version in README
Cloned https://github.com/idolize/swift-log-sentry.git
Revision (git rev-parse @):
d523bd969fa833e3866990d86221e3b8280d18a7
SUCCESS checkout https://github.com/idolize/swift-log-sentry.git at 2.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/idolize/swift-log-sentry.git
https://github.com/idolize/swift-log-sentry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "sentry-cocoa",
"requirement" : {
"range" : [
{
"lower_bound" : "8.55.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/getsentry/sentry-cocoa.git"
}
],
"manifest_display_name" : "swift-log-sentry",
"name" : "swift-log-sentry",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "LoggingSentry",
"targets" : [
"LoggingSentry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingSentryTests",
"module_type" : "SwiftTarget",
"name" : "LoggingSentryTests",
"path" : "Tests/LoggingSentryTests",
"product_dependencies" : [
"Logging",
"Sentry"
],
"sources" : [
"LoggingSentryTests.swift"
],
"target_dependencies" : [
"LoggingSentry"
],
"type" : "test"
},
{
"c99name" : "LoggingSentry",
"module_type" : "SwiftTarget",
"name" : "LoggingSentry",
"path" : "Sources/LoggingSentry",
"product_dependencies" : [
"Logging",
"Sentry"
],
"product_memberships" : [
"LoggingSentry"
],
"sources" : [
"BreadcrumbTracker+Live.swift",
"BreadcrumbTracker.swift",
"LogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/getsentry/sentry-cocoa.git
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
[1/178965] Fetching sentry-cocoa
Fetched https://github.com/getsentry/sentry-cocoa.git from cache (11.98s)
Computing version for https://github.com/getsentry/sentry-cocoa.git
Computed https://github.com/getsentry/sentry-cocoa.git at 8.55.0 (12.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.62s)
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/getsentry/sentry-cocoa.git
Working copy of https://github.com/getsentry/sentry-cocoa.git resolved at 8.55.0
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip
[1397/46529798] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip
[9796/159177484] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip
[26208/269770338] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip (8.23s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip (14.31s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip (15.09s)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Compiling Logging MetadataProvider.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/13] Emitting module LoggingSentry
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
[11/13] Compiling LoggingSentry BreadcrumbTracker+Live.swift
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
[12/13] Compiling LoggingSentry LogHandler.swift
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
[13/13] Compiling LoggingSentry BreadcrumbTracker.swift
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Emitting module Logging
[4/6] Compiling Logging Locks.swift
[5/6] Compiling Logging LogHandler.swift
[6/6] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module LoggingSentry
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
[9/11] Compiling LoggingSentry LogHandler.swift
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
[10/11] Compiling LoggingSentry BreadcrumbTracker+Live.swift
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
[11/11] Compiling LoggingSentry BreadcrumbTracker.swift
/host/spi-builder-workspace/Sources/LoggingSentry/BreadcrumbTracker+Live.swift:1:8: error: no such module 'Sentry'
1 | import Sentry
| `- error: no such module 'Sentry'
2 |
3 | extension BreadcrumbTracker {
BUILD FAILURE 6.1 linux