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 swiftui-launcher-window, reference main (bb5304), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:08:02 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/astzweig/swiftui-launcher-window.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/astzweig/swiftui-launcher-window
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb53047 Make launcher windows non-resizable
Cloned https://github.com/astzweig/swiftui-launcher-window.git
Revision (git rev-parse @):
bb53047fcb1941457bb30aea5a467bfa028d6b79
SUCCESS checkout https://github.com/astzweig/swiftui-launcher-window.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/astzweig/swiftui-launcher-window.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[3/9] Write TestApp-entitlement.plist
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/12] Compiling WindowReference WindowReference.swift
[8/12] Compiling WindowReference Environment.swift
[9/12] Emitting module WindowReference
[10/14] Compiling FramelessWindow FramelessWindow.swift
[11/14] Emitting module FramelessWindow
[12/16] Compiling LauncherWindow LauncherWindow.swift
[13/16] Emitting module LauncherWindow
[14/18] Compiling TestApp main.swift
[15/18] Emitting module TestApp
[15/18] Write Objects.LinkFileList
[16/18] Linking TestApp
[17/18] Applying TestApp
Build complete! (11.82s)
Fetching https://github.com/astzweig/swiftui-frameless-window
[1/78] Fetching swiftui-frameless-window
Fetched https://github.com/astzweig/swiftui-frameless-window from cache (0.83s)
Computing version for https://github.com/astzweig/swiftui-frameless-window
Computed https://github.com/astzweig/swiftui-frameless-window at 2.1.0 (1.27s)
Fetching https://github.com/astzweig/swiftui-window-reference
[1/22] Fetching swiftui-window-reference
Fetched https://github.com/astzweig/swiftui-window-reference from cache (0.61s)
Computing version for https://github.com/astzweig/swiftui-window-reference
Computed https://github.com/astzweig/swiftui-window-reference at 1.0.0 (1.00s)
Creating working copy for https://github.com/astzweig/swiftui-window-reference
Working copy of https://github.com/astzweig/swiftui-window-reference resolved at 1.0.0
Creating working copy for https://github.com/astzweig/swiftui-frameless-window
Working copy of https://github.com/astzweig/swiftui-frameless-window resolved at 2.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftui-frameless-window",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/astzweig/swiftui-frameless-window"
    }
  ],
  "manifest_display_name" : "swiftui-launcher-window",
  "name" : "swiftui-launcher-window",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LauncherWindow",
      "targets" : [
        "LauncherWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestApp",
      "targets" : [
        "TestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestApp",
      "module_type" : "SwiftTarget",
      "name" : "TestApp",
      "path" : "Sources/TestApp",
      "product_memberships" : [
        "TestApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LauncherWindow"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LauncherWindow",
      "module_type" : "SwiftTarget",
      "name" : "LauncherWindow",
      "path" : "Sources/LauncherWindow",
      "product_dependencies" : [
        "FramelessWindow"
      ],
      "product_memberships" : [
        "LauncherWindow",
        "TestApp"
      ],
      "sources" : [
        "LauncherWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.