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 swift-log-sentry, reference 2.1.0 (d523bd), with Swift 6.2 (beta) for Android on 31 Aug 2025 16:55:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/idolize/swift-log-sentry.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/getsentry/sentry-cocoa.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
[1/178965] Fetching sentry-cocoa
Fetched https://github.com/getsentry/sentry-cocoa.git from cache (12.19s)
Computing version for https://github.com/getsentry/sentry-cocoa.git
Computed https://github.com/getsentry/sentry-cocoa.git at 8.55.0 (12.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.16s)
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
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
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip
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
[1397/46529798] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip
[17781/157122652] 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-WithARM64e.xcframework.zip
[32761/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-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip (9.24s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip (29.07s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip (30.49s)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/8] Emitting module Logging
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging MetadataProvider.swift
[7/8] Compiling Logging LogHandler.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 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 {
[12/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 {
[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 {
BUILD FAILURE 6.2 android