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 CocoaUI, reference main (e3e5fc), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:18:35 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/CocoaUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e3e5fcf Merge pull request #14 from p-x9/feature/add-empty-package-file-to-example
Cloned https://github.com/p-x9/CocoaUI.git
Revision (git rev-parse @):
e3e5fcf6c5edb4b5593085e7cae14840b6b100ef
SUCCESS checkout https://github.com/p-x9/CocoaUI.git at main
========================================
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 typealias.swift
[5/10] Compiling CocoaUI OverlayHostingController.swift
[6/10] Compiling CocoaUI CocoaUI.swift
[7/10] Compiling CocoaUI CocoaBridging.swift
[8/10] Compiling CocoaUI CocoaBridgeView.swift
[9/10] Emitting module CocoaUI
[10/10] Compiling CocoaUI OverlayView.swift
Build complete! (8.91s)
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.