The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CocoaUI, reference 0.2.1 (7da3a0), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:06:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "cocoaui",
      "name": "CocoaUI",
      "url": "https://github.com/p-x9/CocoaUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CocoaUI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/p-x9/CocoaUI.git
[1/256] Fetching cocoaui
Fetched https://github.com/p-x9/CocoaUI.git from cache (1.03s)
Creating working copy for https://github.com/p-x9/CocoaUI.git
Working copy of https://github.com/p-x9/CocoaUI.git resolved at 0.2.1 (7da3a05)
warning: '.resolve-product-dependencies': dependency 'cocoaui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/p-x9/CocoaUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling CocoaUI typealias.swift
[4/10] Compiling CocoaUI CocoaBridgeView.swift
[5/10] Compiling CocoaUI CocoaBridging.swift
[6/10] Compiling CocoaUI CocoaUI.swift
[7/10] Compiling CocoaUI View+.swift
[8/10] Compiling CocoaUI OverlayHostingController.swift
[9/10] Emitting module CocoaUI
[10/10] Compiling CocoaUI OverlayView.swift
Build complete! (9.67s)
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.