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 main (806462), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 09:26:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrKai77/DynamicNotchKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MrKai77/DynamicNotchKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8064628 📄 Update README.md
Cloned https://github.com/MrKai77/DynamicNotchKit.git
Revision (git rev-parse @):
806462802f67071afbd095814027fea194f5f450
SUCCESS checkout https://github.com/MrKai77/DynamicNotchKit.git at main
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.19s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.38s)
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.3
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dynamicnotchkit",
      "name": "DynamicNotchKit",
      "url": "https://github.com/MrKai77/DynamicNotchKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DynamicNotchKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MrKai77/DynamicNotchKit.git
[10/943] Fetching dynamicnotchkit
Fetched https://github.com/MrKai77/DynamicNotchKit.git from cache (1.85s)
Creating working copy for https://github.com/MrKai77/DynamicNotchKit.git
Working copy of https://github.com/MrKai77/DynamicNotchKit.git resolved at main (8064628)
warning: '.resolve-product-dependencies': dependency 'dynamicnotchkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MrKai77/DynamicNotchKit.git
https://github.com/MrKai77/DynamicNotchKit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/21] Compiling DynamicNotchKit VisualEffectView.swift
[6/21] Compiling DynamicNotchKit NotchContentView.swift
[7/21] Emitting module DynamicNotchKit
[8/21] Compiling DynamicNotchKit DynamicNotch.swift
[9/21] Compiling DynamicNotchKit DynamicNotchHoverBehavior.swift
[10/21] Compiling DynamicNotchKit DynamicNotchState.swift
[11/21] Compiling DynamicNotchKit DynamicNotchStyle.swift
[12/21] Compiling DynamicNotchKit DynamicNotchControllable.swift
[13/21] Compiling DynamicNotchKit DynamicNotchPanel.swift
[14/21] Compiling DynamicNotchKit DynamicNotchInfo.swift
[15/21] Compiling DynamicNotchKit BlurModifier.swift
[16/21] Compiling DynamicNotchKit NotchView.swift
[17/21] Compiling DynamicNotchKit NotchShape.swift
[18/21] Compiling DynamicNotchKit DynamicNotchInfo+HelperViews.swift
[19/21] Compiling DynamicNotchKit DynamicNotchInfo+Label.swift
[20/21] Compiling DynamicNotchKit EnvironmentValues+Extensions.swift
[21/21] Compiling DynamicNotchKit NSScreen+Extensions.swift
[22/22] Compiling DynamicNotchKit NotchlessView.swift
Build complete! (18.15s)
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.