The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Markup with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/Markup.git
Reference: master
Cloned https://github.com/gonzalezreal/Markup.git into spi-builder-workspace
SUCCESS checkout https://github.com/gonzalezreal/Markup.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/6] Compiling Markup MarkupToken.swift
[2/6] Compiling Markup MarkupTokenizer.swift
[3/6] 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: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Compiling Markup MarkupParser.swift
[5/6] Compiling Markup MarkupNode.swift
[6/6] 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
BUILD FAILURE 5.9 linux

Build Machine: Linux 1