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 CocoaCompose, reference main (0124a6), with Swift 6.0 for macOS (SPM) on 23 Jun 2025 04:27:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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 0124a6f Update README.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
0124a6fc704132ff6237dd5929179a1b51465235
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/PasiSalenius/CocoaCompose.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/31] Emitting module CocoaCompose
[4/34] Compiling CocoaCompose PreferenceSection.swift
[5/34] Compiling CocoaCompose ConstrainingStackView.swift
[6/34] Compiling CocoaCompose FlippedClipView.swift
[7/34] Compiling CocoaCompose ClockPicker.swift
[8/34] Compiling CocoaCompose ColorWell.swift
[9/34] Compiling CocoaCompose DatePicker.swift
[10/34] Compiling CocoaCompose Slider.swift
[11/34] Compiling CocoaCompose Switch.swift
[12/34] Compiling CocoaCompose Tabs.swift
[13/34] Compiling CocoaCompose FontPicker.swift
[14/34] Compiling CocoaCompose HelpButton.swift
[15/34] Compiling CocoaCompose Image.swift
[16/34] Compiling CocoaCompose PreferenceButtonSection.swift
[17/34] Compiling CocoaCompose PreferenceGroup.swift
[18/34] Compiling CocoaCompose PreferenceList.swift
[19/34] Compiling CocoaCompose Radio.swift
[20/34] Compiling CocoaCompose ScrollView.swift
[21/34] Compiling CocoaCompose Separator.swift
[22/34] Compiling CocoaCompose Box.swift
[23/34] Compiling CocoaCompose Button.swift
[24/34] Compiling CocoaCompose CalendarPicker.swift
[25/34] Compiling CocoaCompose Checkbox.swift
[26/34] Compiling CocoaCompose Label.swift
[27/34] Compiling CocoaCompose Level.swift
[28/34] Compiling CocoaCompose PopUp.swift
[29/34] Compiling CocoaCompose NSStackView+Extensions.swift
[30/34] Compiling CocoaCompose NSView+Extensions.swift
[31/34] Compiling CocoaCompose PreferenceBlock.swift
[32/34] Compiling CocoaCompose TextField.swift
[33/34] Compiling CocoaCompose TextView.swift
[34/34] Compiling CocoaCompose TimePicker.swift
Build complete! (9.19s)
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/HelpButton.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.