The Swift Package Index logo.Swift Package Index

Build Information

Failed to build iOSAlertLibrary, reference main (9336b1), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 15 Apr 2026 12:01:53 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOSAlertLibrary -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MickeyRU/AlertsLibrary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MickeyRU/AlertsLibrary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9336b1b Update README.md for add project
Cloned https://github.com/MickeyRU/AlertsLibrary.git
Revision (git rev-parse @):
9336b1b8437f76a778465f90ae50c66c02c29ee2
SUCCESS checkout https://github.com/MickeyRU/AlertsLibrary.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MickeyRU/AlertsLibrary.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.19.2 of package ‘swift-snapshot-testing’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  iOSAlertLibrary: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
resolved source packages: swift-syntax, xctest-dynamic-overlay, swift-snapshot-testing, iOSAlertLibrary, swift-custom-dump
2026-04-15 08:01:20.636 xcodebuild[525:3044] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "iOSAlertLibrary",
  "name" : "iOSAlertLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "iOSAlertLibrary",
      "targets" : [
        "iOSAlertLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iOSAlertLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "iOSAlertLibraryTests",
      "path" : "Tests/iOSAlertLibraryTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AlertViewTests.swift",
        "InformationAlertViewTests.swift",
        "ToastViewTests.swift"
      ],
      "target_dependencies" : [
        "iOSAlertLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iOSAlertLibrary",
      "module_type" : "SwiftTarget",
      "name" : "iOSAlertLibrary",
      "path" : "Sources/iOSAlertLibrary",
      "product_memberships" : [
        "iOSAlertLibrary"
      ],
      "sources" : [
        "Animations/Animations/AnimationPreset.swift",
        "Animations/Extensions/View + Extension.swift",
        "Animations/Models/AnimationConfig.swift",
        "Animations/Models/AnimationType.swift",
        "Animations/Protocols/AnimationPresetProtocol.swift",
        "Core/Containers/BasicContainerView.swift",
        "Core/Containers/ViewModels/BasicContainerViewModel.swift",
        "Core/Enums/AlertGestureConfigEnum.swift",
        "Core/Enums/AlertPositionEnum.swift",
        "Core/Managers/AlertPresentationManager.swift",
        "Core/Managers/OverlayWindowManager.swift",
        "Core/Models/ContainerConfig.swift",
        "Core/Protocols/ContainerViewProtocol.swift",
        "Core/Utils/DynamicUIHostingController.swift",
        "Core/Utils/GestureProcessor.swift",
        "Core/Utils/PassThroughWindow.swift",
        "Core/Utils/StatusBarBasedController.swift",
        "Extensions/UIView + extensions.swift",
        "NotificationsUI/Enums/AlertType.swift",
        "NotificationsUI/Enums/ToastStyle.swift",
        "NotificationsUI/Models/AlertButtonConfig.swift",
        "NotificationsUI/Models/AlertConfig.swift",
        "NotificationsUI/Models/DynamicIslandAlertConfig.swift",
        "NotificationsUI/Models/ExpandedToastConfig.swift",
        "NotificationsUI/Models/InformationAlertConfig.swift",
        "NotificationsUI/Models/ToastConfig.swift",
        "NotificationsUI/Providers/AlertButtonColorProvider.swift",
        "NotificationsUI/Providers/AlertColorProvider.swift",
        "NotificationsUI/Providers/DynamicIslandAlertColorProvider.swift",
        "NotificationsUI/Providers/InformationAlertColorProvider.swift",
        "NotificationsUI/Views/AlertButton.swift",
        "NotificationsUI/Views/AlertView.swift",
        "NotificationsUI/Views/DismissButton.swift",
        "NotificationsUI/Views/DynamicIslandAlertView.swift",
        "NotificationsUI/Views/InformationAlertView.swift",
        "NotificationsUI/Views/Toasts/CollapsedToastView.swift",
        "NotificationsUI/Views/Toasts/ExpandedToastView.swift",
        "NotificationsUI/Views/Toasts/ToastView.swift",
        "iOSAlertLibrary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "iOSAlertLibrary"
    ]
  }
}
2026-04-15 08:01:31.086 xcodebuild[885:5322] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOSAlertLibrary -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme iOSAlertLibrary -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  iOSAlertLibrary: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'iOSAlertLibrary' in project 'iOSAlertLibrary'
        ➜ Explicit dependency on target 'iOSAlertLibrary' in project 'iOSAlertLibrary'
    Target 'iOSAlertLibrary' in project 'iOSAlertLibrary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a87d8964bfe868f79347b5fc34fd5d13
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a87d8964bfe868f79347b5fc34fd5d13.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.modulemap (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.DependencyMetadataFileList (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.DependencyStaticMetadataFileList (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.LinkFileList (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.SwiftConstValuesFileList (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary-OutputFileMap.json (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.SwiftFileList (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary_const_extract_protocols.json (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/iOSAlertLibrary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.modulemap (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/iOSAlertLibrary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver iOSAlertLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSAlertLibrary -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: note: A dependency of main module 'iOSAlertLibrary'
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Managers/OverlayWindowManager.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/PassThroughWindow.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/StatusBarBasedController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Extensions/UIView + extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
2026-04-15 08:01:37.101 xcodebuild[905:5450] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: note: a dependency of main module 'iOSAlertLibrary'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Managers/OverlayWindowManager.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/PassThroughWindow.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/StatusBarBasedController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Extensions/UIView + extensions.swift:1:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver iOSAlertLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
	Building workspace spi-builder-workspace with scheme iOSAlertLibrary
(2 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  iOSAlertLibrary: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
resolved source packages: iOSAlertLibrary, swift-custom-dump, swift-syntax, swift-snapshot-testing, xctest-dynamic-overlay
2026-04-15 08:01:45.457 xcodebuild[967:5887] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "iOSAlertLibrary",
  "name" : "iOSAlertLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "iOSAlertLibrary",
      "targets" : [
        "iOSAlertLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iOSAlertLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "iOSAlertLibraryTests",
      "path" : "Tests/iOSAlertLibraryTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AlertViewTests.swift",
        "InformationAlertViewTests.swift",
        "ToastViewTests.swift"
      ],
      "target_dependencies" : [
        "iOSAlertLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iOSAlertLibrary",
      "module_type" : "SwiftTarget",
      "name" : "iOSAlertLibrary",
      "path" : "Sources/iOSAlertLibrary",
      "product_memberships" : [
        "iOSAlertLibrary"
      ],
      "sources" : [
        "Animations/Animations/AnimationPreset.swift",
        "Animations/Extensions/View + Extension.swift",
        "Animations/Models/AnimationConfig.swift",
        "Animations/Models/AnimationType.swift",
        "Animations/Protocols/AnimationPresetProtocol.swift",
        "Core/Containers/BasicContainerView.swift",
        "Core/Containers/ViewModels/BasicContainerViewModel.swift",
        "Core/Enums/AlertGestureConfigEnum.swift",
        "Core/Enums/AlertPositionEnum.swift",
        "Core/Managers/AlertPresentationManager.swift",
        "Core/Managers/OverlayWindowManager.swift",
        "Core/Models/ContainerConfig.swift",
        "Core/Protocols/ContainerViewProtocol.swift",
        "Core/Utils/DynamicUIHostingController.swift",
        "Core/Utils/GestureProcessor.swift",
        "Core/Utils/PassThroughWindow.swift",
        "Core/Utils/StatusBarBasedController.swift",
        "Extensions/UIView + extensions.swift",
        "NotificationsUI/Enums/AlertType.swift",
        "NotificationsUI/Enums/ToastStyle.swift",
        "NotificationsUI/Models/AlertButtonConfig.swift",
        "NotificationsUI/Models/AlertConfig.swift",
        "NotificationsUI/Models/DynamicIslandAlertConfig.swift",
        "NotificationsUI/Models/ExpandedToastConfig.swift",
        "NotificationsUI/Models/InformationAlertConfig.swift",
        "NotificationsUI/Models/ToastConfig.swift",
        "NotificationsUI/Providers/AlertButtonColorProvider.swift",
        "NotificationsUI/Providers/AlertColorProvider.swift",
        "NotificationsUI/Providers/DynamicIslandAlertColorProvider.swift",
        "NotificationsUI/Providers/InformationAlertColorProvider.swift",
        "NotificationsUI/Views/AlertButton.swift",
        "NotificationsUI/Views/AlertView.swift",
        "NotificationsUI/Views/DismissButton.swift",
        "NotificationsUI/Views/DynamicIslandAlertView.swift",
        "NotificationsUI/Views/InformationAlertView.swift",
        "NotificationsUI/Views/Toasts/CollapsedToastView.swift",
        "NotificationsUI/Views/Toasts/ExpandedToastView.swift",
        "NotificationsUI/Views/Toasts/ToastView.swift",
        "iOSAlertLibrary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "iOSAlertLibrary"
    ]
  }
}
2026-04-15 08:01:49.081 xcodebuild[990:6026] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOSAlertLibrary -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme iOSAlertLibrary -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  iOSAlertLibrary: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'iOSAlertLibrary' in project 'iOSAlertLibrary'
        ➜ Explicit dependency on target 'iOSAlertLibrary' in project 'iOSAlertLibrary'
    Target 'iOSAlertLibrary' in project 'iOSAlertLibrary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver iOSAlertLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSAlertLibrary -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSAlertLibrary.build/Debug/iOSAlertLibrary.build/Objects-normal/arm64/iOSAlertLibrary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: note: A dependency of main module 'iOSAlertLibrary'
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Managers/OverlayWindowManager.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/PassThroughWindow.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/StatusBarBasedController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Extensions/UIView + extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
2026-04-15 08:01:52.316 xcodebuild[1006:6104] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1fe9e07b27653d211ff22f801db4eff9328485d3, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Enums/AlertPositionEnum.swift:1:8: note: a dependency of main module 'iOSAlertLibrary'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Managers/OverlayWindowManager.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/PassThroughWindow.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Core/Utils/StatusBarBasedController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/iOSAlertLibrary/Extensions/UIView + extensions.swift:1:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver iOSAlertLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSAlertLibrary' from project 'iOSAlertLibrary')
	Building workspace spi-builder-workspace with scheme iOSAlertLibrary
(2 failures)
BUILD FAILURE 6.3 macosXcodebuild