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 0.7.0 (57fb27), with Swift 5.9 for Linux on 4 Jul 2024 17:06:13 UTC.

Build Command

bash -c docker run --pull=always --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.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/DeclarativeTextKit.git
Reference: 0.7.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/CleanCocoa/DeclarativeTextKit
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 57fb275 fold "contains insertion point at" into regular contains(_:)
Cloned https://github.com/CleanCocoa/DeclarativeTextKit.git
Revision (git rev-parse @):
57fb275b1fa66a79422230b16bbb24724afbd7b0
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/CleanCocoa/DeclarativeTextKit.git at 0.7.0
========================================
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-0":/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:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
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 NSRange+expandedToOther.swift
[3/52] Compiling DeclarativeTextKit NSRange+notFound.swift
[4/52] Compiling DeclarativeTextKit NSRange+prefix.swift
[5/52] Compiling DeclarativeTextKit NSRange+suffix.swift
[6/52] Compiling DeclarativeTextKit NSString+locationUpToCharacter.swift
[7/52] Compiling DeclarativeTextKit SortedArray.swift
[8/52] Compiling DeclarativeTextKit WordRange.swift
[9/52] Compiling DeclarativeTextKit NSRange+Order.swift
[10/52] Compiling DeclarativeTextKit NSRange+Resized.swift
[11/52] Compiling DeclarativeTextKit NSRange+Shifted.swift
[12/52] Compiling DeclarativeTextKit NSRange+Subtracting.swift
[13/52] Compiling DeclarativeTextKit NSRange+containsRange.swift
[14/52] Compiling DeclarativeTextKit Bool+inverted.swift
[15/52] Compiling DeclarativeTextKit Buffer+contains.swift
[16/52] Compiling DeclarativeTextKit Buffer+evaluate.swift
[17/52] Compiling DeclarativeTextKit Buffer+wordRange.swift
[18/52] Compiling DeclarativeTextKit Buffer.swift
[19/52] Compiling DeclarativeTextKit BufferAccessFailure.swift
[20/52] Compiling DeclarativeTextKit MutableStringBuffer.swift
[21/52] Compiling DeclarativeTextKit Insert+Modification.swift
[22/52] Compiling DeclarativeTextKit Insert.swift
[23/52] Compiling DeclarativeTextKit Insertable.swift
[24/52] Compiling DeclarativeTextKit Line.swift
[25/52] Compiling DeclarativeTextKit String+Insertable.swift
[26/52] Compiling DeclarativeTextKit Word.swift
[27/52] Compiling DeclarativeTextKit Buffer+SelectRangeExpression.swift
[28/52] Compiling DeclarativeTextKit BufferRangeExpression.swift
[29/52] Compiling DeclarativeTextKit LineRange.swift
[30/52] Compiling DeclarativeTextKit NSRange+BufferRangeExpression.swift
[31/52] Compiling DeclarativeTextKit Select.swift
[32/52] Compiling DeclarativeTextKit SelectedRange+BufferRangeExpression.swift
[33/52] Compiling DeclarativeTextKit Modification.swift
[34/52] Compiling DeclarativeTextKit ModificationBuilder.swift
[35/52] Compiling DeclarativeTextKit ModificationSequence.swift
[36/52] Compiling DeclarativeTextKit Modifying.swift
[37/52] Compiling DeclarativeTextKit ScopedBufferSlice.swift
[38/52] Compiling DeclarativeTextKit AffectedRange.swift
[39/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) }
                                  ^~~~~~~~~~~~~~~~
[40/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) }
                                  ^~~~~~~~~~~~~~~~
[41/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) }
                                  ^~~~~~~~~~~~~~~~
[42/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) }
                                  ^~~~~~~~~~~~~~~~
[43/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) }
                                  ^~~~~~~~~~~~~~~~
[44/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) }
                                  ^~~~~~~~~~~~~~~~
[45/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) }
                                  ^~~~~~~~~~~~~~~~
[46/52] Compiling DeclarativeTextKit If.swift
[47/52] Compiling DeclarativeTextKit IfLet.swift
[48/52] Compiling DeclarativeTextKit ChangeInLength+Consume.swift
[49/52] Compiling DeclarativeTextKit ChangeInLength.swift
[50/52] Compiling DeclarativeTextKit Delete+Modification.swift
[51/52] Compiling DeclarativeTextKit Delete.swift
[52/52] Compiling DeclarativeTextKit Identity.swift
error: fatalError
BUILD FAILURE 5.9 linux