Build Information
Successful build of PopUp, reference 1.0.0 (84353a), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 06:34:07 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/maxgribov/PopUp.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxgribov/PopUp
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 84353a5 update README settings info with links
Cloned https://github.com/maxgribov/PopUp.git
Revision (git rev-parse @):
84353a537969466aef6d86d906c00031b2626e11
SUCCESS checkout https://github.com/maxgribov/PopUp.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "popup",
"name": "PopUp",
"url": "https://github.com/maxgribov/PopUp.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PopUp",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/maxgribov/PopUp.git
[1/157] Fetching popup
Fetched https://github.com/maxgribov/PopUp.git from cache (1.07s)
Creating working copy for https://github.com/maxgribov/PopUp.git
Working copy of https://github.com/maxgribov/PopUp.git resolved at 1.0.0 (84353a5)
warning: '.resolve-product-dependencies': dependency 'popup' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/maxgribov/PopUp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling PopUp View+ext.swift
[4/11] Compiling PopUp PresentAnimation.swift
[5/11] Compiling PopUp Animation+ext.swift
[6/11] Emitting module PopUp
[7/11] Compiling PopUp DismissAnimation.swift
[8/11] Compiling PopUp DismissOnBackgroundTap.swift
[9/11] Compiling PopUp BackgroundMaterial.swift
[10/11] Compiling PopUp PopUpViewModifier.swift
[11/11] Compiling PopUp PopUp.swift
Build complete! (10.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PopUp",
"name" : "PopUp",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "PopUp",
"targets" : [
"PopUp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PopUp",
"module_type" : "SwiftTarget",
"name" : "PopUp",
"path" : "Sources",
"product_memberships" : [
"PopUp"
],
"sources" : [
"Popup/Animation+ext.swift",
"Popup/PopUp.swift",
"Popup/PopUpViewModifier.swift",
"Popup/Settings/BackgroundMaterial.swift",
"Popup/Settings/DismissAnimation.swift",
"Popup/Settings/DismissOnBackgroundTap.swift",
"Popup/Settings/PresentAnimation.swift",
"Popup/View+ext.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.