Build Information
Successful build of UsefulThingsSwiftUI, reference 1.0.0 (f733ac), with Swift 6.2 for macOS (SPM) on 28 Feb 2026 18:08:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/UsefulThingsSwiftUI.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atacan/UsefulThingsSwiftUI
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at f733ac2 renamed the repo
Cloned https://github.com/atacan/UsefulThingsSwiftUI.git
Revision (git rev-parse @):
f733ac2d200b82043076daa479121eb924c3ef11
SUCCESS checkout https://github.com/atacan/UsefulThingsSwiftUI.git 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": "usefulthingsswiftui",
"name": "UsefulThingsSwiftUI",
"url": "https://github.com/atacan/UsefulThingsSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UsefulThingsSwiftUI",
"dependencies": [
]
}
]
}
Fetching https://github.com/atacan/UsefulThingsSwiftUI.git
[1/252] Fetching usefulthingsswiftui
Fetched https://github.com/atacan/UsefulThingsSwiftUI.git from cache (1.22s)
Creating working copy for https://github.com/atacan/UsefulThingsSwiftUI.git
Working copy of https://github.com/atacan/UsefulThingsSwiftUI.git resolved at 1.0.0 (f733ac2)
warning: '.resolve-product-dependencies': dependency 'usefulthingsswiftui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/atacan/UsefulThingsSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/38] Emitting module UsefulThingsSwiftUI
[4/41] Compiling UsefulThingsSwiftUI AnyFullScreenCoverPresenter.swift
[5/41] Compiling UsefulThingsSwiftUI AnyMacWindowPresenter.swift
[6/41] Compiling UsefulThingsSwiftUI AnyPopoverPresenter.swift
[7/41] Compiling UsefulThingsSwiftUI AnySheetPresenter.swift
[8/41] Compiling UsefulThingsSwiftUI MenuPicker.swift
[9/41] Compiling UsefulThingsSwiftUI AlertPresenter.swift
[10/41] Compiling UsefulThingsSwiftUI AnyAlertPresenter.swift
[11/41] Compiling UsefulThingsSwiftUI AnyDialogPresenter.swift
[12/41] Compiling UsefulThingsSwiftUI FloatingPanel.swift
[13/41] Compiling UsefulThingsSwiftUI Glow.swift
[14/41] Compiling UsefulThingsSwiftUI Grids.swift
[15/41] Compiling UsefulThingsSwiftUI Image+.swift
[16/41] Compiling UsefulThingsSwiftUI Axis.swift
[17/41] Compiling UsefulThingsSwiftUI Binding+.swift
[18/41] Compiling UsefulThingsSwiftUI CircularProgressView.swift
[19/41] Compiling UsefulThingsSwiftUI Color+.swift
[20/41] Compiling UsefulThingsSwiftUI AsyncModal.swift
[21/41] Compiling UsefulThingsSwiftUI DialogPresenter.swift
[22/41] Compiling UsefulThingsSwiftUI FullScreenCoverPresenter.swift
[23/41] Compiling UsefulThingsSwiftUI MacWindowPresenter.swift
[24/41] Compiling UsefulThingsSwiftUI CornerRadiusWithBorder.swift
[25/41] Compiling UsefulThingsSwiftUI CursorChangeOnHover.swift
[26/41] Compiling UsefulThingsSwiftUI DoubleClick.swift
[27/41] Compiling UsefulThingsSwiftUI FileExport.swift
[28/41] Compiling UsefulThingsSwiftUI PatientTextField.swift
[29/41] Compiling UsefulThingsSwiftUI PopoverView.swift
[30/41] Compiling UsefulThingsSwiftUI PopupButton.swift
[31/41] Compiling UsefulThingsSwiftUI Rotation.swift
[32/41] Compiling UsefulThingsSwiftUI ScrollViews.swift
[33/41] Compiling UsefulThingsSwiftUI SizePreference.swift
[34/41] Compiling UsefulThingsSwiftUI SplashView.swift
[35/41] Compiling UsefulThingsSwiftUI PopoverPresenter.swift
[36/41] Compiling UsefulThingsSwiftUI SheetPresenter.swift
[37/41] Compiling UsefulThingsSwiftUI Nameable.swift
[38/41] Compiling UsefulThingsSwiftUI OpenInWindow.swift
[39/41] Compiling UsefulThingsSwiftUI Stacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:65:40: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
63 | var nsMaterial: NSVisualEffectView.Material {
64 | switch self {
65 | case .appearanceBased: return .appearanceBased
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
66 | case .light: return .light
67 | case .dark: return .dark
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:66:30: warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
64 | switch self {
65 | case .appearanceBased: return .appearanceBased
66 | case .light: return .light
| `- warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
67 | case .dark: return .dark
68 | case .titlebar: return .titlebar
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:67:29: warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
65 | case .appearanceBased: return .appearanceBased
66 | case .light: return .light
67 | case .dark: return .dark
| `- warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
68 | case .titlebar: return .titlebar
69 | case .selection: return .selection
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:73:36: warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
71 | case .popover: return .popover
72 | case .sidebar: return .sidebar
73 | case .mediumLight: return .mediumLight
| `- warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
74 | case .ultraDark: return .ultraDark
75 | case .headerView: return .headerView
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:74:34: warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
72 | case .sidebar: return .sidebar
73 | case .mediumLight: return .mediumLight
74 | case .ultraDark: return .ultraDark
| `- warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
75 | case .headerView: return .headerView
76 | case .sheet: return .sheet
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[40/41] Compiling UsefulThingsSwiftUI Transition.swift
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:65:40: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
63 | var nsMaterial: NSVisualEffectView.Material {
64 | switch self {
65 | case .appearanceBased: return .appearanceBased
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
66 | case .light: return .light
67 | case .dark: return .dark
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:66:30: warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
64 | switch self {
65 | case .appearanceBased: return .appearanceBased
66 | case .light: return .light
| `- warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
67 | case .dark: return .dark
68 | case .titlebar: return .titlebar
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:67:29: warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
65 | case .appearanceBased: return .appearanceBased
66 | case .light: return .light
67 | case .dark: return .dark
| `- warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
68 | case .titlebar: return .titlebar
69 | case .selection: return .selection
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:73:36: warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
71 | case .popover: return .popover
72 | case .sidebar: return .sidebar
73 | case .mediumLight: return .mediumLight
| `- warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
74 | case .ultraDark: return .ultraDark
75 | case .headerView: return .headerView
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:74:34: warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
72 | case .sidebar: return .sidebar
73 | case .mediumLight: return .mediumLight
74 | case .ultraDark: return .ultraDark
| `- warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
75 | case .headerView: return .headerView
76 | case .sheet: return .sheet
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[41/41] Compiling UsefulThingsSwiftUI VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:65:40: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
63 | var nsMaterial: NSVisualEffectView.Material {
64 | switch self {
65 | case .appearanceBased: return .appearanceBased
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
66 | case .light: return .light
67 | case .dark: return .dark
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:66:30: warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
64 | switch self {
65 | case .appearanceBased: return .appearanceBased
66 | case .light: return .light
| `- warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
67 | case .dark: return .dark
68 | case .titlebar: return .titlebar
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:67:29: warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
65 | case .appearanceBased: return .appearanceBased
66 | case .light: return .light
67 | case .dark: return .dark
| `- warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
68 | case .titlebar: return .titlebar
69 | case .selection: return .selection
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:73:36: warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
71 | case .popover: return .popover
72 | case .sidebar: return .sidebar
73 | case .mediumLight: return .mediumLight
| `- warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
74 | case .ultraDark: return .ultraDark
75 | case .headerView: return .headerView
/Users/admin/builder/spi-builder-workspace/Sources/UsefulThingsSwiftUI/VisualEffectView.swift:74:34: warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
72 | case .sidebar: return .sidebar
73 | case .mediumLight: return .mediumLight
74 | case .ultraDark: return .ultraDark
| `- warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. [#DeprecatedDeclaration]
75 | case .headerView: return .headerView
76 | case .sheet: return .sheet
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (9.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UsefulThingsSwiftUI",
"name" : "UsefulThingsSwiftUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "UsefulThingsSwiftUI",
"targets" : [
"UsefulThingsSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UsefulThingsSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "UsefulThingsSwiftUITests",
"path" : "Tests/UsefulThingsSwiftUITests",
"sources" : [
"UsefulThingsSwiftUITests.swift"
],
"target_dependencies" : [
"UsefulThingsSwiftUI"
],
"type" : "test"
},
{
"c99name" : "UsefulThingsSwiftUI",
"module_type" : "SwiftTarget",
"name" : "UsefulThingsSwiftUI",
"path" : "Sources/UsefulThingsSwiftUI",
"product_memberships" : [
"UsefulThingsSwiftUI"
],
"sources" : [
"Axis.swift",
"Binding+.swift",
"CircularProgressView.swift",
"Color+.swift",
"CornerRadiusWithBorder.swift",
"CursorChangeOnHover.swift",
"DoubleClick.swift",
"FileExport.swift",
"FloatingPanel.swift",
"Glow.swift",
"Grids.swift",
"Image+.swift",
"MenuPicker.swift",
"ModalPresenter/AlertPresenter.swift",
"ModalPresenter/AnyAlertPresenter.swift",
"ModalPresenter/AnyDialogPresenter.swift",
"ModalPresenter/AnyFullScreenCoverPresenter.swift",
"ModalPresenter/AnyMacWindowPresenter.swift",
"ModalPresenter/AnyPopoverPresenter.swift",
"ModalPresenter/AnySheetPresenter.swift",
"ModalPresenter/AsyncModal.swift",
"ModalPresenter/DialogPresenter.swift",
"ModalPresenter/FullScreenCoverPresenter.swift",
"ModalPresenter/MacWindowPresenter.swift",
"ModalPresenter/PopoverPresenter.swift",
"ModalPresenter/SheetPresenter.swift",
"Nameable.swift",
"OpenInWindow.swift",
"PatientTextField.swift",
"PopoverView.swift",
"PopupButton.swift",
"Rotation.swift",
"ScrollViews.swift",
"SizePreference.swift",
"SplashView.swift",
"Stacks.swift",
"Transition.swift",
"VisualEffectView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.