The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DynamicNotchKit, reference 0.1.0 (e13aec), with Swift 5.9 for macOS (SPM) on 24 Apr 2025 10:02:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrKai77/DynamicNotchKit.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MrKai77/DynamicNotchKit
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at e13aecf 🔀 Merge pull request #28 from zenangst/minor/improvements
Cloned https://github.com/MrKai77/DynamicNotchKit.git
Revision (git rev-parse @):
e13aecf68c6519726aa5315f8fa4501c489ca574
SUCCESS checkout https://github.com/MrKai77/DynamicNotchKit.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/MrKai77/DynamicNotchKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling DynamicNotchKit NotchView.swift
[2/10] Compiling DynamicNotchKit NotchShape.swift
[3/10] Compiling DynamicNotchKit NSScreen+Extensions.swift
[4/10] Compiling DynamicNotchKit DynamicNotchProgress.swift
[5/10] Compiling DynamicNotchKit NotchlessView.swift
[6/11] Compiling DynamicNotchKit BlurModifier.swift
[7/11] Compiling DynamicNotchKit DynamicNotch.swift
[8/11] Compiling DynamicNotchKit DynamicNotchInfo.swift
[9/11] Emitting module DynamicNotchKit
[10/11] Compiling DynamicNotchKit DynamicNotchPanel.swift
[11/11] Compiling DynamicNotchKit VisualEffectView.swift
Build complete! (9.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicNotchKit",
  "name" : "DynamicNotchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.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/BlurModifier.swift",
        "DynamicNotchKit/DynamicNotch.swift",
        "DynamicNotchKit/DynamicNotchInfo.swift",
        "DynamicNotchKit/DynamicNotchPanel.swift",
        "DynamicNotchKit/DynamicNotchProgress.swift",
        "DynamicNotchKit/NSScreen+Extensions.swift",
        "DynamicNotchKit/NotchShape.swift",
        "DynamicNotchKit/NotchView.swift",
        "DynamicNotchKit/NotchlessView.swift",
        "DynamicNotchKit/VisualEffectView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.