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 Tray, reference main (e11106), with Swift 5.10 for macOS (SPM) on 18 Dec 2024 05:30:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/boybeak/Tray.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/boybeak/Tray
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e11106b Update README.md
Cloned https://github.com/boybeak/Tray.git
Revision (git rev-parse @):
e11106b62dd9e8c8fa1221eb1d33dd5ce052360d
SUCCESS checkout https://github.com/boybeak/Tray.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/boybeak/Tray.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module Tray
[4/4] Compiling Tray Tray.swift
Build complete! (6.81s)
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.