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 CommonMarkAttributedString, reference 0.2.0 (578419), with Swift 6.0 for Linux on 27 Nov 2024 23:02:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/CommonMarkAttributedString.git
Reference: 0.2.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/mattt/CommonMarkAttributedString
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 578419f Bump version to 0.2.0
Cloned https://github.com/mattt/CommonMarkAttributedString.git
Revision (git rev-parse @):
578419f521d16fd5fb6e757e7f5a6a4748fc0c38
SUCCESS checkout https://github.com/mattt/CommonMarkAttributedString.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattt/CommonMarkAttributedString.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/SwiftDocOrg/CommonMark.git
[1/1175] Fetching commonmark
Fetched https://github.com/SwiftDocOrg/CommonMark.git from cache (0.34s)
Computing version for https://github.com/SwiftDocOrg/CommonMark.git
Computed https://github.com/SwiftDocOrg/CommonMark.git at 0.3.2 (0.75s)
Fetching https://github.com/SwiftDocOrg/swift-cmark.git
[1/12555] Fetching swift-cmark
Fetched https://github.com/SwiftDocOrg/swift-cmark.git from cache (1.06s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (2.33s)
Creating working copy for https://github.com/SwiftDocOrg/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at 0.3.2
Creating working copy for https://github.com/SwiftDocOrg/swift-cmark.git
Working copy of https://github.com/SwiftDocOrg/swift-cmark.git resolved at 0.29.0+20210102.9c8096a
Building for debugging...
[0/22] Compiling cmark html.c
[1/22] Compiling cmark houdini_html_e.c
[2/22] Compiling cmark commonmark.c
[3/22] Compiling cmark iterator.c
[4/22] Compiling cmark xml.c
[5/22] Compiling cmark houdini_html_u.c
[6/22] Compiling cmark inlines.c
[7/22] Compiling cmark render.c
[8/22] Compiling cmark references.c
[9/22] Compiling cmark man.c
[10/22] Compiling cmark node.c
[11/22] Compiling cmark latex.c
[12/22] Compiling cmark houdini_href_e.c
[13/22] Write sources
[15/22] Compiling cmark cmark_ctype.c
[16/22] Compiling cmark cmark.c
[17/22] Write swift-version-24593BA9C3E375BF.txt
[18/22] Compiling cmark buffer.c
[19/22] Compiling cmark utf8.c
[20/22] Compiling cmark blocks.c
[21/22] Compiling cmark scanners.c
[23/45] Emitting module CommonMark
[24/48] Compiling CommonMark BlockQuote.swift
[25/48] Compiling CommonMark CodeBlock.swift
[26/48] Compiling CommonMark HTMLBlock.swift
[27/48] Compiling CommonMark Heading.swift
[28/48] Compiling CommonMark Linked.swift
[29/48] Compiling CommonMark Literal.swift
[30/48] Compiling CommonMark Version.swift
[31/48] Compiling CommonMark List.swift
[32/48] Compiling CommonMark Paragraph.swift
[33/48] Compiling CommonMark ThematicBreak.swift
[34/48] Compiling CommonMark Children.swift
[35/48] Compiling CommonMark Inline.swift
[36/48] Compiling CommonMark LineBreak.swift
[37/48] Compiling CommonMark Document.swift
[38/48] Compiling CommonMark Code.swift
[39/48] Compiling CommonMark Emphasis.swift
[40/48] Compiling CommonMark RawHTML.swift
[41/48] Compiling CommonMark SoftLineBreak.swift
[42/48] Compiling CommonMark Strong.swift
[43/48] Compiling CommonMark HardLineBreak.swift
[44/48] Compiling CommonMark Image.swift
[45/48] Compiling CommonMark Link.swift
[46/48] Compiling CommonMark Text.swift
[47/48] Compiling CommonMark Node.swift
[48/48] Compiling CommonMark Block.swift
[50/56] Compiling CommonMarkAttributedString NSAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
[51/56] Compiling CommonMarkAttributedString CommonMark+Extensions.swift
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
[52/56] Compiling CommonMarkAttributedString UIFont+Extensions.swift
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
[53/56] Compiling CommonMarkAttributedString NSFont+Extensions.swift
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/56] Emitting module CommonMarkAttributedString
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
[55/56] Compiling CommonMarkAttributedString AttributedStringConvertible.swift
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
[56/56] Compiling CommonMarkAttributedString Array+Extensions.swift
/host/spi-builder-workspace/Sources/CommonMarkAttributedString/CommonMark+Extensions.swift:4:15: error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import class Foundation.NSAttributedString
  4 | import struct CoreGraphics.CGFloat
    |               `- error: no such module 'CoreGraphics'
  5 |
  6 | #if canImport(UIKit)
BUILD FAILURE 6.0 linux