The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Markup with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/Markup.git
Reference: 2.3.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/gonzalezreal/Markup
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at 6cc9840 Add proper support for Xcode 11 and SPM (#14)
Cloned https://github.com/gonzalezreal/Markup.git
Revision (git rev-parse @):
6cc9840d7bcd93e3255acb41f4826e0c9e8f5fbe
SUCCESS checkout https://github.com/gonzalezreal/Markup.git at 2.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/gonzalezreal/Markup.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling Markup MarkupRenderer.swift
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:16:24: error: cannot find type 'Font' in scope
        private let baseFont: Font
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:18:24: error: cannot find type 'Font' in scope
        public init(baseFont: Font) {
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:22:38: error: cannot find type 'NSAttributedString' in scope
        public func render(text: String) -> NSAttributedString {
                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:75: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:42: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:59:32: error: cannot find type 'NSAttributedString' in scope
extension Array where Element: NSAttributedString {
                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:60:19: error: cannot find type 'NSAttributedString' in scope
        func joined() -> NSAttributedString {
                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:24:21: error: cannot find 'NSAttributedString' in scope
                let attributes = [NSAttributedString.Key.font: baseFont]
                                  ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:32:38: error: cannot find 'NSAttributedString' in scope
                guard let currentFont = attributes[NSAttributedString.Key.font] as? Font else {
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:32:71: error: cannot find type 'Font' in scope
                guard let currentFont = attributes[NSAttributedString.Key.font] as? Font else {
                                                                                    ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:42:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.font] = currentFont.boldFont()
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:47:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.font] = currentFont.italicFont()
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:52:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.strikethroughStyle] = NSUnderlineStyle.single.rawValue
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:52:63: error: cannot find 'NSUnderlineStyle' in scope
                        newAttributes[NSAttributedString.Key.strikethroughStyle] = NSUnderlineStyle.single.rawValue
                                                                                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:53:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.baselineOffset] = 0
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:61:16: error: cannot find 'NSMutableAttributedString' in scope
                let result = NSMutableAttributedString()
                             ^~~~~~~~~~~~~~~~~~~~~~~~~
[4/8] Compiling Markup MarkupToken.swift
[5/8] Compiling Markup MarkupTokenizer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Compiling Markup MarkupParser.swift
[7/8] Compiling Markup MarkupNode.swift
[8/8] Emitting module Markup
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:16:24: error: cannot find type 'Font' in scope
        private let baseFont: Font
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:18:24: error: cannot find type 'Font' in scope
        public init(baseFont: Font) {
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:22:38: error: cannot find type 'NSAttributedString' in scope
        public func render(text: String) -> NSAttributedString {
                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:75: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:42: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:59:32: error: cannot find type 'NSAttributedString' in scope
extension Array where Element: NSAttributedString {
                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:60:19: error: cannot find type 'NSAttributedString' in scope
        func joined() -> NSAttributedString {
                         ^~~~~~~~~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module Markup
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:16:24: error: cannot find type 'Font' in scope
        private let baseFont: Font
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:18:24: error: cannot find type 'Font' in scope
        public init(baseFont: Font) {
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:22:38: error: cannot find type 'NSAttributedString' in scope
        public func render(text: String) -> NSAttributedString {
                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:75: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:42: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:59:32: error: cannot find type 'NSAttributedString' in scope
extension Array where Element: NSAttributedString {
                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:60:19: error: cannot find type 'NSAttributedString' in scope
        func joined() -> NSAttributedString {
                         ^~~~~~~~~~~~~~~~~~
[3/3] Compiling Markup MarkupRenderer.swift
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:16:24: error: cannot find type 'Font' in scope
        private let baseFont: Font
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:18:24: error: cannot find type 'Font' in scope
        public init(baseFont: Font) {
                              ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:22:38: error: cannot find type 'NSAttributedString' in scope
        public func render(text: String) -> NSAttributedString {
                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:75: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:31:42: error: cannot find type 'NSAttributedString' in scope
        func render(withAttributes attributes: [NSAttributedString.Key: Any]) -> NSAttributedString {
                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:59:32: error: cannot find type 'NSAttributedString' in scope
extension Array where Element: NSAttributedString {
                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:60:19: error: cannot find type 'NSAttributedString' in scope
        func joined() -> NSAttributedString {
                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:24:21: error: cannot find 'NSAttributedString' in scope
                let attributes = [NSAttributedString.Key.font: baseFont]
                                  ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:32:38: error: cannot find 'NSAttributedString' in scope
                guard let currentFont = attributes[NSAttributedString.Key.font] as? Font else {
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:32:71: error: cannot find type 'Font' in scope
                guard let currentFont = attributes[NSAttributedString.Key.font] as? Font else {
                                                                                    ^~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:42:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.font] = currentFont.boldFont()
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:47:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.font] = currentFont.italicFont()
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:52:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.strikethroughStyle] = NSUnderlineStyle.single.rawValue
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:52:63: error: cannot find 'NSUnderlineStyle' in scope
                        newAttributes[NSAttributedString.Key.strikethroughStyle] = NSUnderlineStyle.single.rawValue
                                                                                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:53:18: error: cannot find 'NSAttributedString' in scope
                        newAttributes[NSAttributedString.Key.baselineOffset] = 0
                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Markup/MarkupRenderer.swift:61:16: error: cannot find 'NSMutableAttributedString' in scope
                let result = NSMutableAttributedString()
                             ^~~~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1