Build Information
Successful build of CocoaCompose, reference main (b93583
), with Swift 5.9 for macOS (SPM) on 25 Mar 2025 05:11:42 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PasiSalenius/CocoaCompose.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PasiSalenius/CocoaCompose
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b935835 Align horizontal oriented views in PreferenceSection according to alignment of the main stack view.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
b9358350157092a71f076d57236bf90144eae693
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/PasiSalenius/CocoaCompose.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/28] Emitting module CocoaCompose
[2/31] Compiling CocoaCompose PreferenceSection.swift
[3/31] Compiling CocoaCompose ConstrainingStackView.swift
[4/31] Compiling CocoaCompose FlippedClipView.swift
[5/31] Compiling CocoaCompose Box.swift
[6/31] Compiling CocoaCompose Button.swift
[7/31] Compiling CocoaCompose CalendarPicker.swift
[8/31] Compiling CocoaCompose Label.swift
[9/31] Compiling CocoaCompose Level.swift
[10/31] Compiling CocoaCompose PopUp.swift
[11/31] Compiling CocoaCompose TextField.swift
[12/31] Compiling CocoaCompose TextView.swift
[13/31] Compiling CocoaCompose TimePicker.swift
[14/31] Compiling CocoaCompose Radio.swift
[15/31] Compiling CocoaCompose ScrollView.swift
[16/31] Compiling CocoaCompose Separator.swift
[17/31] Compiling CocoaCompose DatePicker.swift
[18/31] Compiling CocoaCompose FontPicker.swift
[19/31] Compiling CocoaCompose Image.swift
[20/31] Compiling CocoaCompose NSStackView+Extensions.swift
[21/31] Compiling CocoaCompose NSView+Extensions.swift
[22/31] Compiling CocoaCompose PreferenceBlock.swift
[23/31] Compiling CocoaCompose Checkbox.swift
[24/31] Compiling CocoaCompose ClockPicker.swift
[25/31] Compiling CocoaCompose ColorWell.swift
[26/31] Compiling CocoaCompose Slider.swift
[27/31] Compiling CocoaCompose Switch.swift
[28/31] Compiling CocoaCompose Tabs.swift
[29/31] Compiling CocoaCompose PreferenceButtonSection.swift
[30/31] Compiling CocoaCompose PreferenceGroup.swift
[31/31] Compiling CocoaCompose PreferenceList.swift
Build complete! (8.94s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "CocoaCompose",
"name" : "CocoaCompose",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CocoaCompose",
"targets" : [
"CocoaCompose"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CocoaComposeTests",
"module_type" : "SwiftTarget",
"name" : "CocoaComposeTests",
"path" : "Tests/CocoaComposeTests",
"sources" : [
"CocoaComposeTests.swift"
],
"target_dependencies" : [
"CocoaCompose"
],
"type" : "test"
},
{
"c99name" : "CocoaCompose",
"module_type" : "SwiftTarget",
"name" : "CocoaCompose",
"path" : "Sources/CocoaCompose",
"product_memberships" : [
"CocoaCompose"
],
"sources" : [
"Components/Box.swift",
"Components/Button.swift",
"Components/CalendarPicker.swift",
"Components/Checkbox.swift",
"Components/ClockPicker.swift",
"Components/ColorWell.swift",
"Components/DatePicker.swift",
"Components/FontPicker.swift",
"Components/Image.swift",
"Components/Label.swift",
"Components/Level.swift",
"Components/PopUp.swift",
"Components/Radio.swift",
"Components/ScrollView.swift",
"Components/Separator.swift",
"Components/Slider.swift",
"Components/Switch.swift",
"Components/Tabs.swift",
"Components/TextField.swift",
"Components/TextView.swift",
"Components/TimePicker.swift",
"Extensions/NSStackView+Extensions.swift",
"Extensions/NSView+Extensions.swift",
"Preferences/PreferenceBlock.swift",
"Preferences/PreferenceButtonSection.swift",
"Preferences/PreferenceGroup.swift",
"Preferences/PreferenceList.swift",
"Preferences/PreferenceSection.swift",
"Utils/ConstrainingStackView.swift",
"Utils/FlippedClipView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.