The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CocoaUI, reference 0.2.1 (7da3a0), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 07:18:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/CocoaUI.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/CocoaUI
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 7da3a05 Merge pull request #13 from p-x9/fix/work-on-tvos
Cloned https://github.com/p-x9/CocoaUI.git
Revision (git rev-parse @):
7da3a05c042802216f03757d26636adc8586dbc8
SUCCESS checkout https://github.com/p-x9/CocoaUI.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/p-x9/CocoaUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling CocoaUI View+.swift
[4/10] Compiling CocoaUI OverlayHostingController.swift
[5/10] Compiling CocoaUI CocoaBridging.swift
[6/10] Emitting module CocoaUI
[7/10] Compiling CocoaUI CocoaUI.swift
[8/10] Compiling CocoaUI CocoaBridgeView.swift
[9/10] Compiling CocoaUI OverlayView.swift
[10/10] Compiling CocoaUI typealias.swift
Build complete! (9.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CocoaUI",
  "name" : "CocoaUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CocoaUI",
      "targets" : [
        "CocoaUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CocoaUITests",
      "module_type" : "SwiftTarget",
      "name" : "CocoaUITests",
      "path" : "Tests/CocoaUITests",
      "sources" : [
        "CocoaUITests.swift"
      ],
      "target_dependencies" : [
        "CocoaUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CocoaUI",
      "module_type" : "SwiftTarget",
      "name" : "CocoaUI",
      "path" : "Sources/CocoaUI",
      "product_memberships" : [
        "CocoaUI"
      ],
      "sources" : [
        "CocoaBridgeView.swift",
        "CocoaBridging.swift",
        "CocoaUI.swift",
        "Extension/View+.swift",
        "OverlayHostingController.swift",
        "OverlayView.swift",
        "Util/typealias.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.