Build Information
Successful build of DynamicNotchKit, reference 0.1.0 (e13aec
), with Swift 6.0 for macOS (SPM) on 24 Apr 2025 09:53:54 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.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: 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling DynamicNotchKit NotchlessView.swift
[4/12] Compiling DynamicNotchKit NotchShape.swift
[5/13] Compiling DynamicNotchKit NotchView.swift
[6/13] Compiling DynamicNotchKit DynamicNotchPanel.swift
[7/13] Compiling DynamicNotchKit NSScreen+Extensions.swift
[8/13] Compiling DynamicNotchKit BlurModifier.swift
[9/13] Compiling DynamicNotchKit DynamicNotchProgress.swift
[10/13] Emitting module DynamicNotchKit
[11/13] Compiling DynamicNotchKit DynamicNotchInfo.swift
[12/13] Compiling DynamicNotchKit DynamicNotch.swift
[13/13] Compiling DynamicNotchKit VisualEffectView.swift
Build complete! (8.99s)
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.