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 DynamicNotchKit, reference 1.0.0 (3c4059), with Swift 6.0 for macOS (SPM) on 14 Jun 2025 22:56:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrKai77/DynamicNotchKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MrKai77/DynamicNotchKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 3c40593 🐞 Fix #30; layout before appearance
Cloned https://github.com/MrKai77/DynamicNotchKit.git
Revision (git rev-parse @):
3c405930fd4d9f8498303683f32492c26d3a9b2b
SUCCESS checkout https://github.com/MrKai77/DynamicNotchKit.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MrKai77/DynamicNotchKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/21] Compiling DynamicNotchKit DynamicNotch.swift
[6/21] Compiling DynamicNotchKit DynamicNotchHoverBehavior.swift
[7/21] Compiling DynamicNotchKit DynamicNotchInfo.swift
[8/21] Compiling DynamicNotchKit BlurModifier.swift
[9/21] Emitting module DynamicNotchKit
[10/22] Compiling DynamicNotchKit DynamicNotchControllable.swift
[11/22] Compiling DynamicNotchKit DynamicNotchPanel.swift
[12/22] Compiling DynamicNotchKit VisualEffectView.swift
[13/22] Compiling DynamicNotchKit NotchContentView.swift
[14/22] Compiling DynamicNotchKit NotchShape.swift
[15/22] Compiling DynamicNotchKit EnvironmentValues+Extensions.swift
[16/22] Compiling DynamicNotchKit NSScreen+Extensions.swift
[17/22] Compiling DynamicNotchKit DynamicNotchState.swift
[18/22] Compiling DynamicNotchKit DynamicNotchStyle.swift
[19/22] Compiling DynamicNotchKit NotchView.swift
[20/22] Compiling DynamicNotchKit DynamicNotchInfo+HelperViews.swift
[21/22] Compiling DynamicNotchKit DynamicNotchInfo+Label.swift
[22/22] Compiling DynamicNotchKit NotchlessView.swift
Build complete! (27.86s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3410] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "DynamicNotchKit",
  "name" : "DynamicNotchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicNotchKit",
      "targets" : [
        "DynamicNotchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicNotchKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicNotchKitTests",
      "path" : "Tests/DynamicNotchKitTests",
      "sources" : [
        "DynamicNotchKitTests.swift"
      ],
      "target_dependencies" : [
        "DynamicNotchKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicNotchKit",
      "module_type" : "SwiftTarget",
      "name" : "DynamicNotchKit",
      "path" : "Sources",
      "product_memberships" : [
        "DynamicNotchKit"
      ],
      "sources" : [
        "DynamicNotchKit/DynamicNotch/DynamicNotch.swift",
        "DynamicNotchKit/DynamicNotch/DynamicNotchHoverBehavior.swift",
        "DynamicNotchKit/DynamicNotch/DynamicNotchState.swift",
        "DynamicNotchKit/DynamicNotch/DynamicNotchStyle.swift",
        "DynamicNotchKit/DynamicNotchInfo/DynamicNotchInfo+HelperViews.swift",
        "DynamicNotchKit/DynamicNotchInfo/DynamicNotchInfo+Label.swift",
        "DynamicNotchKit/DynamicNotchInfo/DynamicNotchInfo.swift",
        "DynamicNotchKit/Utility/BlurModifier.swift",
        "DynamicNotchKit/Utility/DynamicNotchControllable.swift",
        "DynamicNotchKit/Utility/DynamicNotchPanel.swift",
        "DynamicNotchKit/Utility/EnvironmentValues+Extensions.swift",
        "DynamicNotchKit/Utility/NSScreen+Extensions.swift",
        "DynamicNotchKit/Utility/VisualEffectView.swift",
        "DynamicNotchKit/Views/NotchContentView.swift",
        "DynamicNotchKit/Views/NotchShape.swift",
        "DynamicNotchKit/Views/NotchView.swift",
        "DynamicNotchKit/Views/NotchlessView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.