Build Information
Successful build of Omnibar, reference master (187bc8), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 13:48:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "omnibar",
"name": "Omnibar",
"url": "https://github.com/CleanCocoa/Omnibar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Omnibar",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/CleanCocoa/Omnibar.git
[1/2422] Fetching omnibar
Fetched https://github.com/CleanCocoa/Omnibar.git from cache (1.21s)
Creating working copy for https://github.com/CleanCocoa/Omnibar.git
Working copy of https://github.com/CleanCocoa/Omnibar.git resolved at master (187bc89)
warning: '.resolve-product-dependencies': dependency 'omnibar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/CleanCocoa/Omnibar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/15] Compiling Omnibar String+removingSubrange.swift
[4/15] Compiling Omnibar TextFieldTextChange.swift
[5/16] Compiling Omnibar TextReplacement.swift
[6/16] Compiling Omnibar OmnibarContentChange.swift
[7/16] Compiling Omnibar Omnibar.swift
[8/16] Compiling Omnibar OmnibarContent.swift
[9/16] Compiling Omnibar NSControl+TextReplaceable.swift
[10/16] Compiling Omnibar NSView+constrainToSuperviewBounds.swift
[11/16] Compiling Omnibar OmnibarContentChangeDelegate.swift
[12/16] Compiling Omnibar ChangeMethod.swift
[13/16] Compiling Omnibar MoveFromOmnibar.swift
[14/16] Emitting module Omnibar
[15/16] Compiling Omnibar OmnibarTextFieldCell.swift
[16/16] Compiling Omnibar String+prefixRange.swift
Build complete! (7.66s)
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.