Build Information
Successful build of PillboxView, reference main (971e78), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 02:16:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Awesomeplayer165/PillboxView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Awesomeplayer165/PillboxView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 971e784 Add support for macOS (AppKit) using the NSUI package (#29)
Cloned https://github.com/Awesomeplayer165/PillboxView.git
Revision (git rev-parse @):
971e78430704047d57d66cd0ad788e2092464558
SUCCESS checkout https://github.com/Awesomeplayer165/PillboxView.git at main
Fetching https://github.com/mattmassicotte/nsui
[1/480] Fetching nsui
Fetched https://github.com/mattmassicotte/nsui from cache (0.71s)
Creating working copy for https://github.com/mattmassicotte/nsui
Working copy of https://github.com/mattmassicotte/nsui resolved at main (a3288fc)
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "pillboxview",
"name": "PillboxView",
"url": "https://github.com/Awesomeplayer165/PillboxView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PillboxView",
"traits": [
"default"
],
"dependencies": [
{
"identity": "nsui",
"name": "NSUI",
"url": "https://github.com/mattmassicotte/nsui",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/nsui",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Awesomeplayer165/PillboxView.git
[1/571] Fetching pillboxview
Fetched https://github.com/Awesomeplayer165/PillboxView.git from cache (0.92s)
Fetching https://github.com/mattmassicotte/nsui from cache
Fetched https://github.com/mattmassicotte/nsui from cache (0.44s)
Creating working copy for https://github.com/mattmassicotte/nsui
Working copy of https://github.com/mattmassicotte/nsui resolved at main (a3288fc)
Creating working copy for https://github.com/Awesomeplayer165/PillboxView.git
Working copy of https://github.com/Awesomeplayer165/PillboxView.git resolved at main (971e784)
warning: '.resolve-product-dependencies': dependency 'pillboxview' is not used by any target
Found 1 product dependencies
- NSUI
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Awesomeplayer165/PillboxView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/16] Compiling NSUI ViewControllerRepresentable.swift
[5/17] Compiling NSUI TextView.swift
[6/17] Compiling NSUI PlatformKit.swift
[7/17] Compiling NSUI Label.swift
[8/17] Compiling NSUI ImageView.swift
[9/17] Compiling NSUI Font.swift
[10/17] Compiling NSUI Image.swift
[11/17] Compiling NSUI Color.swift
[12/17] Compiling NSUI ControlActiveState.swift
[13/17] Compiling NSUI Aliases.swift
[14/17] Compiling NSUI BezierPath.swift
[15/17] Emitting module NSUI
[16/17] Compiling NSUI ViewRepresentable.swift
[17/17] Compiling NSUI Views.swift
[18/25] Compiling PillboxView PillTransitions.swift
[19/25] Compiling PillboxView PillView.swift
[20/25] Compiling PillboxView PillShowType.swift
[21/25] Compiling PillboxView NSUI+Extensions.swift
[22/25] Compiling PillboxView Conformance.swift
[23/25] Emitting module PillboxView
[24/25] Compiling PillboxView PillColors.swift
[25/25] Compiling PillboxView PillPosition.swift
Build complete! (14.32s)
Build complete.
{
"dependencies" : [
{
"identity" : "nsui",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattmassicotte/nsui"
}
],
"manifest_display_name" : "PillboxView",
"name" : "PillboxView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "PillboxView",
"targets" : [
"PillboxView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PillboxViewTests",
"module_type" : "SwiftTarget",
"name" : "PillboxViewTests",
"path" : "Tests/PillboxViewTests",
"sources" : [
"PillboxViewTests.swift"
],
"target_dependencies" : [
"PillboxView"
],
"type" : "test"
},
{
"c99name" : "PillboxView",
"module_type" : "SwiftTarget",
"name" : "PillboxView",
"path" : "Sources",
"product_dependencies" : [
"NSUI"
],
"product_memberships" : [
"PillboxView"
],
"sources" : [
"PillboxView/Conformance.swift",
"PillboxView/NSUI+Extensions.swift",
"PillboxView/PillColors.swift",
"PillboxView/PillPosition.swift",
"PillboxView/PillShowType.swift",
"PillboxView/PillTransitions.swift",
"PillboxView/PillView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.