Build Information
Successful build of Omnibar, reference master (187bc8
), with Swift 5.10 for macOS (SPM) on 6 Jan 2025 13:22:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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: 5.10
Building package at path: $PWD
https://github.com/CleanCocoa/Omnibar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling Omnibar TextFieldTextChange.swift
[4/16] Compiling Omnibar TextReplacement.swift
[5/16] Compiling Omnibar String+removingSubrange.swift
[6/16] Compiling Omnibar OmnibarContentChangeDelegate.swift
[7/16] Compiling Omnibar OmnibarContentChange.swift
[8/16] Compiling Omnibar NSControl+TextReplaceable.swift
[9/16] Compiling Omnibar NSView+constrainToSuperviewBounds.swift
[10/16] Emitting module Omnibar
[11/16] Compiling Omnibar Omnibar.swift
[12/16] Compiling Omnibar OmnibarContent.swift
[13/16] Compiling Omnibar OmnibarTextFieldCell.swift
[14/16] Compiling Omnibar String+prefixRange.swift
[15/16] Compiling Omnibar ChangeMethod.swift
[16/16] Compiling Omnibar MoveFromOmnibar.swift
Build complete! (8.19s)
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.