Build Information
Failed to build CoreTextSwift with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.43.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/CoreTextSwift.git
Reference: master
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/krzyzanowskim/CoreTextSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8331772 Use NSAttributedString.Key
Cloned https://github.com/krzyzanowskim/CoreTextSwift.git
Revision (git rev-parse @):
833177201d6421e6322296f39fce6ff6ae52618a
SUCCESS checkout https://github.com/krzyzanowskim/CoreTextSwift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/krzyzanowskim/CoreTextSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/11] Compiling CoreTextSwift CTStringAttribute.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[2/11] Compiling CoreTextSwift CTRun+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[3/11] Compiling CoreTextSwift FontManager+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Emitting module CoreTextSwift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[5/12] Compiling CoreTextSwift CTLine+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[6/12] Compiling CoreTextSwift CTFramesetter+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[7/12] Compiling CoreTextSwift CTGlyphInfo+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[8/12] Compiling CoreTextSwift Array+CGGlyph.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[9/12] Compiling CoreTextSwift CFAttributedString+CoreText.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[10/12] Compiling CoreTextSwift CTFont+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[11/12] Compiling CoreTextSwift CTFrame+Swift.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
[12/12] Compiling CoreTextSwift NSRange+Helpers.swift
/host/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift:1:8: error: no such module 'CoreText'
import CoreText
^
error: fatalError
BUILD FAILURE 5.9 linux