The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Tray, reference 0.1.6 (657ef9), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:50:22 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/boybeak/Tray.git
Reference: 0.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/boybeak/Tray
 * tag               0.1.6      -> FETCH_HEAD
HEAD is now at 657ef95 Update README.md
Cloned https://github.com/boybeak/Tray.git
Revision (git rev-parse @):
657ef95df17c6e21b49002daeb04423580db3f2c
SUCCESS checkout https://github.com/boybeak/Tray.git at 0.1.6
========================================
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": "tray",
      "name": "Tray",
      "url": "https://github.com/boybeak/Tray.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tray",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/boybeak/Tray.git
[1/79] Fetching tray
Fetched https://github.com/boybeak/Tray.git from cache (0.75s)
Creating working copy for https://github.com/boybeak/Tray.git
Working copy of https://github.com/boybeak/Tray.git resolved at 0.1.6 (657ef95)
warning: '.resolve-product-dependencies': dependency 'tray' 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/boybeak/Tray.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/4] Emitting module Tray
[4/4] Compiling Tray Tray.swift
Build complete! (8.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tray",
  "name" : "Tray",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tray",
      "targets" : [
        "Tray"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TrayTests",
      "module_type" : "SwiftTarget",
      "name" : "TrayTests",
      "path" : "Tests/TrayTests",
      "sources" : [
        "TrayTests.swift"
      ],
      "target_dependencies" : [
        "Tray"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tray",
      "module_type" : "SwiftTarget",
      "name" : "Tray",
      "path" : "Sources/Tray",
      "product_memberships" : [
        "Tray"
      ],
      "sources" : [
        "Tray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.