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

Successful build of IBeam, reference main (5ed382), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 16:23:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/IBeam.git
https://github.com/ChimeHQ/IBeam.git
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Rearrange"
    }
  ],
  "manifest_display_name" : "IBeam",
  "name" : "IBeam",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/15] Compiling Rearrange RangeMutation.swift
[5/15] Compiling Rearrange Bounded.swift
[6/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[7/15] Emitting module Rearrange
[8/15] Compiling Rearrange IndexSet+NSRange.swift
[9/15] Compiling Rearrange NSRange+ApplyMutation.swift
[10/16] Compiling Rearrange UITextRange+Convenience.swift
[11/16] Compiling Rearrange NSRange+Shift.swift
[12/16] Compiling Rearrange NSTextRange+Bounded.swift
[13/16] Compiling Rearrange TextRangeCalculating.swift
[14/16] Compiling Rearrange NSRange+Convenience.swift
[15/16] Compiling Rearrange NSTextRange+NSRange.swift
[16/16] Compiling Rearrange String+NSRange.swift
[17/29] Emitting module IBeam
[18/29] Compiling IBeam TextSystemCursorCoordinator.swift
[19/30] Compiling IBeam TextViewIndicatorState.swift
[20/30] Compiling IBeam SelectionSet.swift
[21/30] Compiling IBeam TextSystemInterface.swift
[22/30] Compiling IBeam NSResponder+CursorSelectors.swift
[23/30] Compiling IBeam MutableStringPartialSystem.swift
[24/30] Compiling IBeam Cursor.swift
[25/30] Compiling IBeam CursorOperation.swift
[26/30] Compiling IBeam UndoManager+GroupActions.swift
[27/30] Compiling IBeam MockTextSystem.swift
[28/30] Compiling IBeam MultiCursorState.swift
[29/30] Compiling IBeam InputOperation.swift
[30/30] Compiling IBeam InputOperationProcessor.swift
Build complete! (13.33s)
Fetching https://github.com/ChimeHQ/Rearrange
[1/554] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.78s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (eae3879)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Rearrange"
    }
  ],
  "manifest_display_name" : "IBeam",
  "name" : "IBeam",
  "path" : "/Users/admin/builder/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"
}
Done.