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 Omnibar, reference master (187bc8), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 19:57:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/Omnibar.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/Omnibar
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 187bc89 expose whole OmnibarContentChange.string including the appendix
Cloned https://github.com/CleanCocoa/Omnibar.git
Revision (git rev-parse @):
187bc89eb196382d5bcdf1e5017dc033c331582c
SUCCESS checkout https://github.com/CleanCocoa/Omnibar.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/Omnibar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/15] Compiling Omnibar OmnibarContentChangeDelegate.swift
[4/16] Compiling Omnibar TextReplacement.swift
[5/16] Compiling Omnibar OmnibarContentChange.swift
[6/16] Compiling Omnibar String+removingSubrange.swift
[7/16] Compiling Omnibar String+prefixRange.swift
[8/16] Compiling Omnibar TextFieldTextChange.swift
[9/16] Compiling Omnibar OmnibarTextFieldCell.swift
[10/16] Compiling Omnibar ChangeMethod.swift
[11/16] Compiling Omnibar MoveFromOmnibar.swift
[12/16] Emitting module Omnibar
[13/16] Compiling Omnibar NSControl+TextReplaceable.swift
[14/16] Compiling Omnibar NSView+constrainToSuperviewBounds.swift
[15/16] Compiling Omnibar Omnibar.swift
[16/16] Compiling Omnibar OmnibarContent.swift
Build complete! (6.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Omnibar",
  "name" : "Omnibar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Omnibar",
      "targets" : [
        "Omnibar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OmnibarTests",
      "module_type" : "SwiftTarget",
      "name" : "OmnibarTests",
      "path" : "Tests/OmnibarTests",
      "sources" : [
        "ChangeMethodTests.swift",
        "NSRange+EquatableTests.swift",
        "OmnibarContentChangeTests.swift",
        "OmnibarContentTests.swift",
        "OmnibarTests.swift",
        "TextFieldTextChangeTests.swift",
        "TextReplacementTests.swift"
      ],
      "target_dependencies" : [
        "Omnibar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Omnibar",
      "module_type" : "SwiftTarget",
      "name" : "Omnibar",
      "path" : "Sources/Omnibar",
      "product_memberships" : [
        "Omnibar"
      ],
      "sources" : [
        "ChangeMethod.swift",
        "MoveFromOmnibar.swift",
        "NSControl+TextReplaceable.swift",
        "NSView+constrainToSuperviewBounds.swift",
        "Omnibar.swift",
        "OmnibarContent.swift",
        "OmnibarContentChange.swift",
        "OmnibarContentChangeDelegate.swift",
        "OmnibarTextFieldCell.swift",
        "String+prefixRange.swift",
        "String+removingSubrange.swift",
        "TextFieldTextChange.swift",
        "TextReplacement.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.