The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build DeclarativeTextKit, reference main (141903), with Swift 5.9 for Linux on 11 Jul 2024 07:59:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/DeclarativeTextKit.git
Reference: main
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/CleanCocoa/DeclarativeTextKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1419034 remove equal ranges special case because the other checks cover this
Cloned https://github.com/CleanCocoa/DeclarativeTextKit.git
Revision (git rev-parse @):
1419034a113bee3bf37cf7a32021e6e89dfec0aa
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/CleanCocoa/DeclarativeTextKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/CleanCocoa/DeclarativeTextKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:94c03ecf5df463051a5b8bdec5d09f635a7b31b1b290e2ba09836b1f5f74db71
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/46] Emitting module DeclarativeTextKit
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
[2/52] Compiling DeclarativeTextKit Bool+inverted.swift
[3/52] Compiling DeclarativeTextKit Buffer+contains.swift
[4/52] Compiling DeclarativeTextKit Buffer+evaluate.swift
[5/52] Compiling DeclarativeTextKit Buffer+wordRange.swift
[6/52] Compiling DeclarativeTextKit Buffer.swift
[7/52] Compiling DeclarativeTextKit BufferAccessFailure.swift
[8/52] Compiling DeclarativeTextKit MutableStringBuffer.swift
[9/52] Compiling DeclarativeTextKit NSMutableString+BufferCompatibility.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[10/52] Compiling DeclarativeTextKit NSTextViewBuffer.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[11/52] Compiling DeclarativeTextKit UTF16.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[12/52] Compiling DeclarativeTextKit Undoable+NSTextViewBuffer.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[13/52] Compiling DeclarativeTextKit Undoable.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[14/52] Compiling DeclarativeTextKit Debug.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[15/52] Compiling DeclarativeTextKit Expression.swift
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:18:11: error: cannot find type 'NSTextViewBuffer' in scope
extension NSTextViewBuffer {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:3:34: error: cannot find type 'NSTextViewBuffer' in scope
extension Undoable where Base == NSTextViewBuffer {
                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:10:17: error: cannot find type 'NSTextViewBuffer' in scope
        _ base: NSTextViewBuffer
                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:94:41: error: cannot find type 'UndoManager' in scope
        getUndoManager: @escaping () -> UndoManager?
                                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:110:22: error: cannot find type 'UndoManager' in scope
        undoManager: UndoManager = {
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:81:31: error: cannot find type 'UndoManager' in scope
    let getUndoManager: () -> UndoManager?
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable.swift:89:29: error: cannot find type 'UndoManager' in scope
    public var undoManager: UndoManager? { getUndoManager() }
                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DeclarativeTextKit/Buffer/Undoable+NSTextViewBuffer.swift:20:35: error: cannot find type 'NSTextViewBuffer' in scope
    public var undoable: Undoable<NSTextViewBuffer> { Undoable(self) }
                                  ^~~~~~~~~~~~~~~~
[16/52] Compiling DeclarativeTextKit Modification.swift
[17/52] Compiling DeclarativeTextKit ModificationBuilder.swift
[18/52] Compiling DeclarativeTextKit ModificationSequence.swift
[19/52] Compiling DeclarativeTextKit Modifying.swift
[20/52] Compiling DeclarativeTextKit ScopedBufferSlice.swift
[21/52] Compiling DeclarativeTextKit AffectedRange.swift
[22/52] Compiling DeclarativeTextKit NSRange+expandedToOther.swift
[23/52] Compiling DeclarativeTextKit NSRange+notFound.swift
[24/52] Compiling DeclarativeTextKit NSRange+prefix.swift
[25/52] Compiling DeclarativeTextKit NSRange+suffix.swift
[26/52] Compiling DeclarativeTextKit NSString+locationUpToCharacter.swift
[27/52] Compiling DeclarativeTextKit SortedArray.swift
[28/52] Compiling DeclarativeTextKit If.swift
[29/52] Compiling DeclarativeTextKit IfLet.swift
[30/52] Compiling DeclarativeTextKit ChangeInLength+Consume.swift
[31/52] Compiling DeclarativeTextKit ChangeInLength.swift
[32/52] Compiling DeclarativeTextKit Delete+Modification.swift
[33/52] Compiling DeclarativeTextKit Delete.swift
[34/52] Compiling DeclarativeTextKit Identity.swift
[35/52] Compiling DeclarativeTextKit WordRange.swift
[36/52] Compiling DeclarativeTextKit NSRange+Order.swift
[37/52] Compiling DeclarativeTextKit NSRange+Resized.swift
[38/52] Compiling DeclarativeTextKit NSRange+Shifted.swift
[39/52] Compiling DeclarativeTextKit NSRange+Subtracting.swift
[40/52] Compiling DeclarativeTextKit NSRange+containsRange.swift
[41/52] Compiling DeclarativeTextKit Insert+Modification.swift
[42/52] Compiling DeclarativeTextKit Insert.swift
[43/52] Compiling DeclarativeTextKit Insertable.swift
[44/52] Compiling DeclarativeTextKit Line.swift
[45/52] Compiling DeclarativeTextKit String+Insertable.swift
[46/52] Compiling DeclarativeTextKit Word.swift
[47/52] Compiling DeclarativeTextKit Buffer+SelectRangeExpression.swift
[48/52] Compiling DeclarativeTextKit BufferRangeExpression.swift
[49/52] Compiling DeclarativeTextKit LineRange.swift
[50/52] Compiling DeclarativeTextKit NSRange+BufferRangeExpression.swift
[51/52] Compiling DeclarativeTextKit Select.swift
[52/52] Compiling DeclarativeTextKit SelectedRange+BufferRangeExpression.swift
error: fatalError
BUILD FAILURE 5.9 linux