The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUiSharing, reference main (6dcadb), with Swift 6.2 for Linux on 24 Jun 2025 02:10:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appracatappra/SwiftUiSharing.git
Reference: main
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/Appracatappra/SwiftUiSharing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6dcadb4 macOS Fix
Cloned https://github.com/Appracatappra/SwiftUiSharing.git
Revision (git rev-parse @):
6dcadb4504c5fbd7c7496d429375dc2209988cfa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Appracatappra/SwiftUiSharing.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Appracatappra/SwiftUiSharing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/johnxnguyen/Down.git
Fetching https://github.com/Appracatappra/SwiftletUtilities.git
[1/512] Fetching swiftletutilities
[391/6763] Fetching swiftletutilities, down
Fetched https://github.com/Appracatappra/SwiftletUtilities.git from cache (0.55s)
[313/6251] Fetching down
Fetched https://github.com/johnxnguyen/Down.git from cache (2.88s)
Computing version for https://github.com/johnxnguyen/Down.git
Computed https://github.com/johnxnguyen/Down.git at 0.11.0 (7.68s)
Computing version for https://github.com/Appracatappra/SwiftletUtilities.git
Computed https://github.com/Appracatappra/SwiftletUtilities.git at 2.0.6 (1.14s)
Fetching https://github.com/Appracatappra/LogManager
[1/84] Fetching logmanager
Fetched https://github.com/Appracatappra/LogManager from cache (0.31s)
Computing version for https://github.com/Appracatappra/LogManager
Computed https://github.com/Appracatappra/LogManager at 2.0.4 (1.06s)
Creating working copy for https://github.com/johnxnguyen/Down.git
Working copy of https://github.com/johnxnguyen/Down.git resolved at 0.11.0
Creating working copy for https://github.com/Appracatappra/LogManager
Working copy of https://github.com/Appracatappra/LogManager resolved at 2.0.4
Creating working copy for https://github.com/Appracatappra/SwiftletUtilities.git
Working copy of https://github.com/Appracatappra/SwiftletUtilities.git resolved at 2.0.6
Building for debugging...
[0/29] Write sources
[2/29] Compiling libcmark xml.c
[3/29] Compiling libcmark latex.c
[3/29] Write swift-version-24593BA9C3E375BF.txt
[5/29] Compiling libcmark references.c
[6/29] Compiling libcmark render.c
[7/29] Compiling libcmark man.c
[8/29] Compiling libcmark iterator.c
[9/29] Compiling libcmark node.c
[10/29] Compiling libcmark html.c
[11/29] Compiling libcmark inlines.c
[12/29] Compiling libcmark houdini_html_e.c
[13/29] Compiling libcmark cmark_ctype.c
[14/29] Compiling libcmark houdini_href_e.c
[15/29] Copying PrivacyInfo.xcprivacy
[15/29] Write sources
[15/29] Copying PrivacyInfo.xcprivacy
[15/29] Write sources
[15/29] Copying DownView.bundle
[15/29] Copying DownView (macOS).bundle
[22/29] Compiling libcmark cmark.c
[23/29] Compiling libcmark houdini_html_u.c
[24/33] Compiling libcmark buffer.c
[25/33] Compiling libcmark commonmark.c
[26/33] Compiling libcmark blocks.c
[27/33] Compiling libcmark utf8.c
[28/33] Compiling libcmark scanners.c
[30/92] Emitting module Down
[31/100] Compiling LogManager ReleaseLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
 6 | //
 7 | import Foundation
 8 | import OSLog
   |        `- error: no such module 'OSLog'
 9 |
10 | /// A helper class to incorporate logging that will be deactivated when the app is built for release.
[32/100] Compiling LogManager DebugLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
 6 | //
 7 | import Foundation
 8 | import OSLog
   |        `- error: no such module 'OSLog'
 9 |
10 | /// A helper class to incorporate logging that will be deactivated when the app is built for release.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/100] Emitting module LogManager
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
 6 | //
 7 | import Foundation
 8 | import OSLog
   |        `- error: no such module 'OSLog'
 9 |
10 | /// A helper class to incorporate logging that will be deactivated when the app is built for release.
[34/100] Compiling LogManager resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
 6 | //
 7 | import Foundation
 8 | import OSLog
   |        `- error: no such module 'OSLog'
 9 |
10 | /// A helper class to incorporate logging that will be deactivated when the app is built for release.
BUILD FAILURE 6.2 linux