The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUiSharing, reference main (6dcadb), with Swift 6.3 for Linux on 16 Apr 2026 05:41:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/Appracatappra/SwiftUiSharing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/johnxnguyen/Down.git
Fetching https://github.com/Appracatappra/SwiftletUtilities.git
[1/512] Fetching swiftletutilities
[396/6785] Fetching swiftletutilities, down
Fetched https://github.com/Appracatappra/SwiftletUtilities.git from cache (0.54s)
[314/6273] Fetching down
Fetched https://github.com/johnxnguyen/Down.git from cache (3.06s)
Computing version for https://github.com/johnxnguyen/Down.git
Computed https://github.com/johnxnguyen/Down.git at 0.11.0 (6.65s)
Computing version for https://github.com/Appracatappra/SwiftletUtilities.git
Computed https://github.com/Appracatappra/SwiftletUtilities.git at 2.0.6 (1.91s)
Fetching https://github.com/Appracatappra/LogManager
[1/84] Fetching logmanager
Fetched https://github.com/Appracatappra/LogManager from cache (1.16s)
Computing version for https://github.com/Appracatappra/LogManager
Computed https://github.com/Appracatappra/LogManager at 2.0.4 (1.90s)
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
Creating working copy for https://github.com/johnxnguyen/Down.git
Working copy of https://github.com/johnxnguyen/Down.git resolved at 0.11.0
Building for debugging...
[0/29] Compiling libcmark render.c
[1/29] Compiling libcmark man.c
[2/29] Write swift-version-24593BA9C3E375BF.txt
[3/29] Compiling libcmark iterator.c
[4/29] Compiling libcmark references.c
[5/29] Compiling libcmark xml.c
[6/29] Compiling libcmark node.c
[7/29] Compiling libcmark html.c
[8/29] Compiling libcmark latex.c
[9/29] Compiling libcmark houdini_html_e.c
[10/29] Compiling libcmark utf8.c
[11/29] Compiling libcmark houdini_href_e.c
[12/29] Compiling libcmark cmark.c
[12/29] Copying PrivacyInfo.xcprivacy
[12/29] Compiling libcmark cmark_ctype.c
[12/29] Copying PrivacyInfo.xcprivacy
[16/29] Compiling libcmark commonmark.c
[16/29] Copying PrivacyInfo.xcprivacy
[18/29] Compiling libcmark houdini_html_u.c
[19/29] Copying DownView.bundle
[19/29] Copying DownView (macOS).bundle
[21/29] Compiling libcmark inlines.c
[22/29] Compiling libcmark buffer.c
[23/29] Compiling libcmark scanners.c
[24/29] Write sources
[28/29] Compiling libcmark blocks.c
[30/92] Emitting module Down
[31/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.
[32/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.
[33/100] Compiling Down Heading.swift
[34/100] Compiling Down HtmlBlock.swift
[35/100] Compiling Down HtmlInline.swift
[36/100] Compiling Down Image.swift
[37/100] Compiling Down Item.swift
[38/100] Compiling Down LineBreak.swift
[39/100] Compiling Down Link.swift
[40/100] Compiling Down List.swift
[41/100] Compiling Down Node.swift
[42/100] Compiling Down DownGroffRenderable.swift
[43/100] Compiling Down DownHTMLRenderable.swift
[44/100] Compiling Down DownLaTeXRenderable.swift
[45/100] Compiling Down DownRenderable.swift
[46/100] Compiling Down DownXMLRenderable.swift
[47/100] Compiling Down BundleHelper.swift
[48/100] Compiling Down DownView.swift
[49/100] Compiling Down resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/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.
[51/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.
[52/100] Compiling Down BlockBackgroundColorAttribute.swift
[53/100] Compiling Down QuoteStripeAttribute.swift
[54/100] Compiling Down ThematicBreakAttribute.swift
[55/100] Compiling Down CGPoint+Translate.swift
[56/100] Compiling Down CGRect+Helpers.swift
[57/100] Compiling Down NSAttributedString+Helpers.swift
[58/100] Compiling Down NSMutableAttributedString+Attributes.swift
[59/100] Compiling Down UIFont+Traits.swift
[60/100] Compiling Down Down.swift
[61/100] Compiling Down DownErrors.swift
[62/100] Compiling Down DownOptions.swift
[63/100] Compiling Down NSAttributedString+HTML.swift
[64/100] Compiling Down String+ToHTML.swift
[65/100] Compiling Down DownASTRenderable.swift
[66/100] Compiling Down DownAttributedStringRenderable.swift
[67/100] Compiling Down DownCommonMarkRenderable.swift
[68/100] Compiling Down ListItemParagraphStyler.swift
[69/100] Compiling Down DownDebugLayoutManager.swift
[70/100] Compiling Down DownLayoutManager.swift
[71/100] Compiling Down CodeBlockOptions.swift
[72/100] Compiling Down ListItemOptions.swift
[73/100] Compiling Down QuoteStripeOptions.swift
[74/100] Compiling Down ThematicBreakOptions.swift
[75/100] Compiling Down DownStyler.swift
[76/100] Compiling Down BaseNode.swift
[77/100] Compiling Down BlockQuote.swift
[78/100] Compiling Down ChildSequence.swift
[79/100] Compiling Down Code.swift
[80/100] Compiling Down CodeBlock.swift
[81/100] Compiling Down CustomBlock.swift
[82/100] Compiling Down CustomInline.swift
[83/100] Compiling Down Document.swift
[84/100] Compiling Down Emphasis.swift
[85/100] Compiling Down Paragraph.swift
[86/100] Compiling Down SoftBreak.swift
[87/100] Compiling Down Strong.swift
[88/100] Compiling Down Text.swift
[89/100] Compiling Down ThematicBreak.swift
[90/100] Compiling Down ColorCollection.swift
[91/100] Compiling Down FontCollection.swift
[92/100] Compiling Down ParagraphStyleCollection.swift
[93/100] Compiling Down DownStylerConfiguration.swift
[94/100] Compiling Down Styler.swift
[95/100] Compiling Down DownDebugTextView.swift
[96/100] Compiling Down DownTextView.swift
[97/100] Compiling Down AttributedStringVisitor.swift
[98/100] Compiling Down DebugVisitor.swift
[99/100] Compiling Down ListItemPrefixGenerator.swift
[100/100] Compiling Down Visitor.swift
BUILD FAILURE 6.3 linux