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 IBeam, reference main (5ed382), with Swift 6.0 for Linux on 21 Feb 2025 20:44:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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.0
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ChimeHQ/Rearrange
[1/554] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.27s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/15] 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 }
[5/16] Compiling Rearrange UITextRange+Convenience.swift
[6/16] Compiling Rearrange Bounded.swift
[7/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[8/16] Compiling Rearrange TextRangeCalculating.swift
[9/16] Compiling Rearrange IndexSet+NSRange.swift
[10/16] Compiling Rearrange NSRange+ApplyMutation.swift
[11/16] Compiling Rearrange NSRange+Convenience.swift
[12/16] Compiling Rearrange NSRange+Shift.swift
[13/16] Compiling Rearrange String+NSRange.swift
[14/16] Compiling Rearrange RangeMutation.swift
[15/16] 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 |
[16/16] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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
[6/13] 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 }
[7/14] Compiling Rearrange RangeMutation.swift
[8/14] Compiling Rearrange NSRange+Convenience.swift
[9/14] Compiling Rearrange NSRange+Shift.swift
[10/14] Compiling Rearrange String+NSRange.swift
[11/14] Compiling Rearrange TextRangeCalculating.swift
[12/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 |
[13/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 |
[14/14] Compiling Rearrange UITextRange+Convenience.swift
BUILD FAILURE 6.0 linux