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.10 for Linux on 4 Jul 2024 17:07:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/CleanCocoa/DeclarativeTextKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/49] 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 = {
                     ^~~~~~~~~~~
[5/55] Compiling DeclarativeTextKit Insert+Modification.swift
[6/55] Compiling DeclarativeTextKit Insert.swift
[7/55] Compiling DeclarativeTextKit Insertable.swift
[8/55] Compiling DeclarativeTextKit Line.swift
[9/55] Compiling DeclarativeTextKit String+Insertable.swift
[10/55] Compiling DeclarativeTextKit Word.swift
[11/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[12/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[13/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[14/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[15/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[16/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[17/55] 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) }
                                  ^~~~~~~~~~~~~~~~
[18/55] Compiling DeclarativeTextKit Bool+inverted.swift
[19/55] Compiling DeclarativeTextKit Buffer+contains.swift
[20/55] Compiling DeclarativeTextKit Buffer+evaluate.swift
[21/55] Compiling DeclarativeTextKit Buffer+wordRange.swift
[22/55] Compiling DeclarativeTextKit Buffer.swift
[23/55] Compiling DeclarativeTextKit BufferAccessFailure.swift
[24/55] Compiling DeclarativeTextKit MutableStringBuffer.swift
[25/55] Compiling DeclarativeTextKit NSRange+expandedToOther.swift
[26/55] Compiling DeclarativeTextKit NSRange+notFound.swift
[27/55] Compiling DeclarativeTextKit NSRange+prefix.swift
[28/55] Compiling DeclarativeTextKit NSRange+suffix.swift
[29/55] Compiling DeclarativeTextKit NSString+locationUpToCharacter.swift
[30/55] Compiling DeclarativeTextKit SortedArray.swift
[31/55] Compiling DeclarativeTextKit Modification.swift
[32/55] Compiling DeclarativeTextKit ModificationBuilder.swift
[33/55] Compiling DeclarativeTextKit ModificationSequence.swift
[34/55] Compiling DeclarativeTextKit Modifying.swift
[35/55] Compiling DeclarativeTextKit ScopedBufferSlice.swift
[36/55] Compiling DeclarativeTextKit AffectedRange.swift
[37/55] Compiling DeclarativeTextKit Buffer+SelectRangeExpression.swift
[38/55] Compiling DeclarativeTextKit BufferRangeExpression.swift
[39/55] Compiling DeclarativeTextKit LineRange.swift
[40/55] Compiling DeclarativeTextKit NSRange+BufferRangeExpression.swift
[41/55] Compiling DeclarativeTextKit Select.swift
[42/55] Compiling DeclarativeTextKit SelectedRange+BufferRangeExpression.swift
[43/55] Compiling DeclarativeTextKit WordRange.swift
[44/55] Compiling DeclarativeTextKit NSRange+Order.swift
[45/55] Compiling DeclarativeTextKit NSRange+Resized.swift
[46/55] Compiling DeclarativeTextKit NSRange+Shifted.swift
[47/55] Compiling DeclarativeTextKit NSRange+Subtracting.swift
[48/55] Compiling DeclarativeTextKit NSRange+containsRange.swift
[49/55] Compiling DeclarativeTextKit If.swift
[50/55] Compiling DeclarativeTextKit IfLet.swift
[51/55] Compiling DeclarativeTextKit ChangeInLength+Consume.swift
[52/55] Compiling DeclarativeTextKit ChangeInLength.swift
[53/55] Compiling DeclarativeTextKit Delete+Modification.swift
[54/55] Compiling DeclarativeTextKit Delete.swift
[55/55] Compiling DeclarativeTextKit Identity.swift
error: fatalError
BUILD FAILURE 5.10 linux