Build Information
Failed to build IBeam, reference main (5ed382
), with Swift 6.1 for Linux on 30 Apr 2025 16:17:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/IBeam.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/ChimeHQ/IBeam
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5ed3821 Comment typo
Cloned https://github.com/ChimeHQ/IBeam.git
Revision (git rev-parse @):
5ed3821bc6879cbaa995111378253d35e36d1b59
SUCCESS checkout https://github.com/ChimeHQ/IBeam.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/IBeam.git
https://github.com/ChimeHQ/IBeam.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rearrange",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Rearrange"
}
],
"manifest_display_name" : "IBeam",
"name" : "IBeam",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "IBeam",
"targets" : [
"IBeam"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IBeamTests",
"module_type" : "SwiftTarget",
"name" : "IBeamTests",
"path" : "Tests/IBeamTests",
"sources" : [
"MultiCursorStatePerformanceTests.swift",
"MultiCursorStateTests.swift",
"UndoManagerActionTests.swift"
],
"target_dependencies" : [
"IBeam"
],
"type" : "test"
},
{
"c99name" : "IBeam",
"module_type" : "SwiftTarget",
"name" : "IBeam",
"path" : "Sources/IBeam",
"product_dependencies" : [
"Rearrange"
],
"product_memberships" : [
"IBeam"
],
"sources" : [
"Cursor.swift",
"CursorOperation.swift",
"InputOperation.swift",
"InputOperationProcessor.swift",
"MockTextSystem.swift",
"MultiCursorState.swift",
"MutableStringPartialSystem.swift",
"NSResponder+CursorSelectors.swift",
"SelectionSet.swift",
"TextSystemCursorCoordinator.swift",
"TextSystemInterface.swift",
"TextViewIndicatorState.swift",
"UndoManager+GroupActions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ChimeHQ/Rearrange
[1/554] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.29s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (eae3879)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling Rearrange RangeMutation.swift
[5/15] Compiling Rearrange NSTextRange+Bounded.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:8:11: error: cannot find type 'NSTextRange' in scope
6 |
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
| `- error: cannot find type 'NSTextRange' in scope
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:9:25: error: cannot find type 'NSTextLocation' in scope
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
| `- error: cannot find type 'NSTextLocation' in scope
10 | public var upperBound: NSTextLocation { endLocation }
11 | }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:10:25: error: cannot find type 'NSTextLocation' in scope
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
| `- error: cannot find type 'NSTextLocation' in scope
11 | }
12 |
[6/15] Compiling Rearrange NSTextRange+NSRange.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:8:11: error: cannot find type 'NSTextRange' in scope
6 |
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
| `- error: cannot find type 'NSTextRange' in scope
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:9:25: error: cannot find type 'NSTextLocation' in scope
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
| `- error: cannot find type 'NSTextLocation' in scope
10 | public var upperBound: NSTextLocation { endLocation }
11 | }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:10:25: error: cannot find type 'NSTextLocation' in scope
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
| `- error: cannot find type 'NSTextLocation' in scope
11 | }
12 |
[7/16] Compiling Rearrange TextRangeCalculating.swift
[8/16] Compiling Rearrange String+NSRange.swift
[9/16] Compiling Rearrange UITextRange+Convenience.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/16] Compiling Rearrange Bounded.swift
[11/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[12/16] Compiling Rearrange IndexSet+NSRange.swift
[13/16] Compiling Rearrange NSRange+ApplyMutation.swift
[14/16] Compiling Rearrange NSRange+Convenience.swift
[15/16] Compiling Rearrange NSRange+Shift.swift
[16/16] Emitting module Rearrange
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:8:11: error: cannot find type 'NSTextRange' in scope
6 |
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
| `- error: cannot find type 'NSTextRange' in scope
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling Rearrange Bounded.swift
[3/13] Compiling Rearrange IndexSet+ApplyMutation.swift
[4/13] Compiling Rearrange IndexSet+NSRange.swift
[5/13] Compiling Rearrange NSRange+ApplyMutation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/14] Compiling Rearrange NSRange+Convenience.swift
[7/14] Compiling Rearrange NSRange+Shift.swift
[8/14] Compiling Rearrange String+NSRange.swift
[9/14] Compiling Rearrange RangeMutation.swift
[10/14] Emitting module Rearrange
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:8:11: error: cannot find type 'NSTextRange' in scope
6 |
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
| `- error: cannot find type 'NSTextRange' in scope
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
[11/14] Compiling Rearrange NSTextRange+Bounded.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:8:11: error: cannot find type 'NSTextRange' in scope
6 |
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
| `- error: cannot find type 'NSTextRange' in scope
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:9:25: error: cannot find type 'NSTextLocation' in scope
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
| `- error: cannot find type 'NSTextLocation' in scope
10 | public var upperBound: NSTextLocation { endLocation }
11 | }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:10:25: error: cannot find type 'NSTextLocation' in scope
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
| `- error: cannot find type 'NSTextLocation' in scope
11 | }
12 |
[12/14] Compiling Rearrange NSTextRange+NSRange.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:8:11: error: cannot find type 'NSTextRange' in scope
6 |
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
| `- error: cannot find type 'NSTextRange' in scope
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:9:25: error: cannot find type 'NSTextLocation' in scope
7 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, macCatalyst 15.0, *)
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
| `- error: cannot find type 'NSTextLocation' in scope
10 | public var upperBound: NSTextLocation { endLocation }
11 | }
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/NSTextRange+Bounded.swift:10:25: error: cannot find type 'NSTextLocation' in scope
8 | extension NSTextRange : Bounded {
9 | public var lowerBound: NSTextLocation { location }
10 | public var upperBound: NSTextLocation { endLocation }
| `- error: cannot find type 'NSTextLocation' in scope
11 | }
12 |
[13/14] Compiling Rearrange TextRangeCalculating.swift
[14/14] Compiling Rearrange UITextRange+Convenience.swift
BUILD FAILURE 6.1 linux