The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUiSharing with Swift 5.9 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appracatappra/SwiftUiSharing.git
Reference: 1.0.7
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
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at a7aed4d Create .spi.yml
Cloned https://github.com/Appracatappra/SwiftUiSharing.git
Revision (git rev-parse @):
a7aed4d0a6f54870b019ba04b0be543b50e0ac2a
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/Appracatappra/SwiftUiSharing.git at 1.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/johnxnguyen/Down.git
Fetching https://github.com/Appracatappra/SwiftletUtilities.git
Fetching https://github.com/Appracatappra/LogManager
[1/431] Fetching swiftletutilities
[424/485] Fetching swiftletutilities, logmanager
[478/6736] Fetching swiftletutilities, logmanager, down
Fetched https://github.com/Appracatappra/LogManager (1.55s)
Fetched https://github.com/Appracatappra/SwiftletUtilities.git (1.55s)
Fetched https://github.com/johnxnguyen/Down.git (1.60s)
Computing version for https://github.com/johnxnguyen/Down.git
Computed https://github.com/johnxnguyen/Down.git at 0.11.0 (0.93s)
Computing version for https://github.com/Appracatappra/SwiftletUtilities.git
Computed https://github.com/Appracatappra/SwiftletUtilities.git at 1.1.11 (0.30s)
Computing version for https://github.com/Appracatappra/LogManager
Computed https://github.com/Appracatappra/LogManager at 1.0.3 (0.29s)
Creating working copy for https://github.com/Appracatappra/SwiftletUtilities.git
Working copy of https://github.com/Appracatappra/SwiftletUtilities.git resolved at 1.1.11
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 1.0.3
Building for debugging...
[0/21] Compiling libcmark cmark_ctype.c
[1/21] Compiling libcmark houdini_href_e.c
[1/21] Compiling libcmark houdini_html_e.c
[3/21] Compiling libcmark xml.c
[4/21] Compiling libcmark html.c
[5/21] Compiling libcmark commonmark.c
[6/21] Compiling libcmark houdini_html_u.c
[7/21] Compiling libcmark render.c
[8/21] Compiling libcmark references.c
[9/21] Compiling libcmark man.c
[10/21] Compiling libcmark node.c
[11/21] Compiling libcmark iterator.c
[12/21] Compiling libcmark latex.c
[13/21] Compiling libcmark cmark.c
[14/21] Copying DownView.bundle
[15/21] Copying DownView (macOS).bundle
[16/21] Compiling libcmark buffer.c
[17/21] Compiling libcmark utf8.c
[18/21] Compiling libcmark inlines.c
[19/24] Compiling libcmark blocks.c
[20/24] Compiling libcmark scanners.c
[22/83] Emitting module Down
[23/91] Compiling Down DownGroffRenderable.swift
[24/91] Compiling Down DownHTMLRenderable.swift
[25/91] Compiling Down DownLaTeXRenderable.swift
[26/91] Compiling Down DownRenderable.swift
[27/91] Compiling Down DownXMLRenderable.swift
[28/91] Compiling Down BundleHelper.swift
[29/91] Compiling Down DownView.swift
[30/91] Compiling Down resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/91] Emitting module LogManager
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
import OSLog
       ^
[32/91] Compiling LogManager ReleaseLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
import OSLog
       ^
[33/91] Compiling LogManager DebugLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
import OSLog
       ^
[34/91] Compiling Down DownStylerConfiguration.swift
[35/91] Compiling Down Styler.swift
[36/91] Compiling Down DownDebugTextView.swift
[37/91] Compiling Down DownTextView.swift
[38/91] Compiling Down AttributedStringVisitor.swift
[39/91] Compiling Down DebugVisitor.swift
[40/91] Compiling Down ListItemPrefixGenerator.swift
[41/91] Compiling Down Visitor.swift
[42/91] Compiling Down BlockBackgroundColorAttribute.swift
[43/91] Compiling Down QuoteStripeAttribute.swift
[44/91] Compiling Down ThematicBreakAttribute.swift
[45/91] Compiling Down CGPoint+Translate.swift
[46/91] Compiling Down CGRect+Helpers.swift
[47/91] Compiling Down NSAttributedString+Helpers.swift
[48/91] Compiling Down NSMutableAttributedString+Attributes.swift
[49/91] Compiling Down UIFont+Traits.swift
[50/91] Compiling Down Paragraph.swift
[51/91] Compiling Down SoftBreak.swift
[52/91] Compiling Down Strong.swift
[53/91] Compiling Down Text.swift
[54/91] Compiling Down ThematicBreak.swift
[55/91] Compiling Down ColorCollection.swift
[56/91] Compiling Down FontCollection.swift
[57/91] Compiling Down ParagraphStyleCollection.swift
[58/91] Compiling Down Heading.swift
[59/91] Compiling Down HtmlBlock.swift
[60/91] Compiling Down HtmlInline.swift
[61/91] Compiling Down Image.swift
[62/91] Compiling Down Item.swift
[63/91] Compiling Down LineBreak.swift
[64/91] Compiling Down Link.swift
[65/91] Compiling Down List.swift
[66/91] Compiling Down Node.swift
[67/91] Compiling Down Down.swift
[68/91] Compiling Down DownErrors.swift
[69/91] Compiling Down DownOptions.swift
[70/91] Compiling Down NSAttributedString+HTML.swift
[71/91] Compiling Down String+ToHTML.swift
[72/91] Compiling Down DownASTRenderable.swift
[73/91] Compiling Down DownAttributedStringRenderable.swift
[74/91] Compiling Down DownCommonMarkRenderable.swift
[75/91] Compiling Down ListItemParagraphStyler.swift
[76/91] Compiling Down DownDebugLayoutManager.swift
[77/91] Compiling Down DownLayoutManager.swift
[78/91] Compiling Down CodeBlockOptions.swift
[79/91] Compiling Down ListItemOptions.swift
[80/91] Compiling Down QuoteStripeOptions.swift
[81/91] Compiling Down ThematicBreakOptions.swift
[82/91] Compiling Down DownStyler.swift
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/3] Emitting module LogManager
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
import OSLog
       ^
[2/3] Compiling LogManager DebugLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
import OSLog
       ^
[3/3] Compiling LogManager ReleaseLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:8:8: error: no such module 'OSLog'
import OSLog
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1