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 WindowTreatment, reference 2.4.0 (d3ca16), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 18:45:24 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/ChimeHQ/WindowTreatment.git
Reference: 2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/WindowTreatment
 * tag               2.4.0      -> FETCH_HEAD
HEAD is now at d3ca166 Fix Xcode 15 compatibility
Cloned https://github.com/ChimeHQ/WindowTreatment.git
Revision (git rev-parse @):
d3ca166086388e276f60a66b1fb33048f655dc87
SUCCESS checkout https://github.com/ChimeHQ/WindowTreatment.git at 2.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/WindowTreatment.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/17] Compiling WindowTreatment NSWindow+Animation.swift
[4/17] Compiling WindowTreatment NSWindow+Sizing.swift
[5/18] Compiling WindowTreatment ApplicationWindowState.swift
[6/18] Compiling WindowTreatment WindowObservingViewModifier.swift
[7/18] Compiling WindowTreatment WindowTitlebarAwareView.swift
[8/18] Compiling WindowTreatment WindowStateAwareView.swift
[9/18] Compiling WindowTreatment WindowStateObserver.swift
[10/18] Compiling WindowTreatment NSWindow+Tabbing.swift
[11/18] Compiling WindowTreatment NSWindow+TitlebarTransparency.swift
[12/18] Compiling WindowTreatment WindowStateObservingModifier.swift
[13/18] Compiling WindowTreatment NSView+Window.swift
[14/18] Compiling WindowTreatment CustomizableMainKeyWindow.swift
[15/18] Compiling WindowTreatment TitlebarClickAwareWindow.swift
[16/18] Compiling WindowTreatment WindowStateObservingView.swift
[17/18] Emitting module WindowTreatment
[18/18] Compiling WindowTreatment WindowTitlebarAwareViewController.swift
Build complete! (7.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WindowTreatment",
  "name" : "WindowTreatment",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "WindowTreatment",
      "targets" : [
        "WindowTreatment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WindowTreatmentTests",
      "module_type" : "SwiftTarget",
      "name" : "WindowTreatmentTests",
      "path" : "Tests/WindowTreatmentTests",
      "sources" : [
        "WindowTitlebarAwareViewTests.swift"
      ],
      "target_dependencies" : [
        "WindowTreatment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WindowTreatment",
      "module_type" : "SwiftTarget",
      "name" : "WindowTreatment",
      "path" : "Sources/WindowTreatment",
      "product_memberships" : [
        "WindowTreatment"
      ],
      "sources" : [
        "ApplicationWindowState.swift",
        "Modifiers/WindowObservingViewModifier.swift",
        "Modifiers/WindowStateObservingModifier.swift",
        "NSView+Window.swift",
        "NSWindow+Animation.swift",
        "NSWindow+Sizing.swift",
        "NSWindow+Tabbing.swift",
        "NSWindow+TitlebarTransparency.swift",
        "Window subclasses/CustomizableMainKeyWindow.swift",
        "Window subclasses/TitlebarClickAwareWindow.swift",
        "WindowStateAwareView.swift",
        "WindowStateObserver.swift",
        "WindowStateObservingView.swift",
        "WindowTitlebarAwareView.swift",
        "WindowTitlebarAwareViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.