The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IBeam, reference main (b0271a), with Swift 6.1 for macOS (SPM) on 31 May 2025 19:46:36 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.63.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 b0271ae support for deleteToEndOfLine; warn on unhandled selector, and trim the list
Cloned https://github.com/ChimeHQ/IBeam.git
Revision (git rev-parse @):
b0271ae37c14bc38def2459f8d803b1736a9a9cd
SUCCESS checkout https://github.com/ChimeHQ/IBeam.git at main
Fetching https://github.com/ChimeHQ/Rearrange
[6/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.84s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (eae3879)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ibeam",
      "name": "IBeam",
      "url": "https://github.com/ChimeHQ/IBeam.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IBeam",
      "dependencies": [
        {
          "identity": "rearrange",
          "name": "Rearrange",
          "url": "https://github.com/ChimeHQ/Rearrange",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/IBeam.git
[1/278] Fetching ibeam
Fetched https://github.com/ChimeHQ/IBeam.git from cache (0.71s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.39s)
Creating working copy for https://github.com/ChimeHQ/IBeam.git
Working copy of https://github.com/ChimeHQ/IBeam.git resolved at main (b0271ae)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (e22fe9d)
warning: '.resolve-product-dependencies': dependency 'ibeam' is not used by any target
Found 1 product dependencies
  - Rearrange
========================================
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 TextRangeCalculating.swift
[5/15] Compiling Rearrange String+NSRange.swift
[6/16] Compiling Rearrange UITextRange+Convenience.swift
[7/16] Compiling Rearrange NSRange+Shift.swift
[8/16] Emitting module Rearrange
[9/16] Compiling Rearrange Bounded.swift
[10/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[11/16] Compiling Rearrange IndexSet+NSRange.swift
[12/16] Compiling Rearrange NSRange+ApplyMutation.swift
[13/16] Compiling Rearrange RangeMutation.swift
[14/16] Compiling Rearrange NSTextRange+NSRange.swift
[15/16] Compiling Rearrange NSRange+Convenience.swift
[16/16] Compiling Rearrange NSTextRange+Bounded.swift
[17/29] Compiling IBeam TextSystemCursorCoordinator.swift
[18/29] Compiling IBeam TextViewIndicatorState.swift
[19/29] Compiling IBeam TextSystemInterface.swift
[20/30] Compiling IBeam NSResponder+CursorSelectors.swift
[21/30] Compiling IBeam SelectionSet.swift
[22/30] Compiling IBeam MockTextSystem.swift
[23/30] Compiling IBeam MultiCursorState.swift
[24/30] Compiling IBeam MutableStringPartialSystem.swift
[25/30] Compiling IBeam Cursor.swift
[26/30] Compiling IBeam CursorOperation.swift
[27/30] Compiling IBeam InputOperation.swift
[28/30] Compiling IBeam InputOperationProcessor.swift
[29/30] Compiling IBeam UndoManager+GroupActions.swift
[30/30] Emitting module IBeam
Build complete! (12.66s)
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.