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