Build Information
Successful build of PillboxView, reference main (971e78
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:41:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Awesomeplayer165/PillboxView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/16] Compiling NSUI ViewRepresentable.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 Aliases.swift
[12/17] Compiling NSUI BezierPath.swift
[13/17] Compiling NSUI Color.swift
[14/17] Compiling NSUI ControlActiveState.swift
[15/17] Emitting module NSUI
[16/17] Compiling NSUI ViewControllerRepresentable.swift
[17/17] Compiling NSUI Views.swift
[18/25] Compiling PillboxView PillShowType.swift
[19/25] Compiling PillboxView PillTransitions.swift
[20/25] Compiling PillboxView NSUI+Extensions.swift
[21/25] Compiling PillboxView PillColors.swift
[22/25] Compiling PillboxView Conformance.swift
[23/25] Compiling PillboxView PillView.swift
[24/25] Emitting module PillboxView
[25/25] Compiling PillboxView PillPosition.swift
Build complete! (13.54s)
Fetching https://github.com/mattmassicotte/nsui
[1/464] Fetching nsui
Fetched https://github.com/mattmassicotte/nsui from cache (0.73s)
Creating working copy for https://github.com/mattmassicotte/nsui
Working copy of https://github.com/mattmassicotte/nsui resolved at main (ef682ed)
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.