The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Toast, reference main (9201d7), with Swift 6.0 for macOS (SPM) on 24 Mar 2025 12:20:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BastiaanJansen/toast-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BastiaanJansen/toast-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9201d7e Merge pull request #66 from wyattharrell/main
Cloned https://github.com/BastiaanJansen/toast-swift.git
Revision (git rev-parse @):
9201d7e7c84659fa5ab7555dcb4971ec00893580
SUCCESS checkout https://github.com/BastiaanJansen/toast-swift.git at main
========================================
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": "toast-swift",
      "name": "Toast",
      "url": "https://github.com/BastiaanJansen/toast-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/toast-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BastiaanJansen/toast-swift.git
[1/978] Fetching toast-swift
Fetched https://github.com/BastiaanJansen/toast-swift.git from cache (1.05s)
Creating working copy for https://github.com/BastiaanJansen/toast-swift.git
Working copy of https://github.com/BastiaanJansen/toast-swift.git resolved at main (9201d7e)
warning: '.resolve-product-dependencies': dependency 'toast-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/BastiaanJansen/toast-swift.git
https://github.com/BastiaanJansen/toast-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toast",
  "name" : "Toast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Toast",
      "targets" : [
        "Toast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastTests",
      "path" : "Tests/ToastTests",
      "sources" : [
        "Queue/ToastQueueTest.swift"
      ],
      "target_dependencies" : [
        "Toast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toast",
      "module_type" : "SwiftTarget",
      "name" : "Toast",
      "path" : "Sources/Toast",
      "product_memberships" : [
        "Toast"
      ],
      "sources" : [
        "AnimationType.swift",
        "Direction.swift",
        "MulticastDelegate.swift",
        "Queue/ToastQueue.swift",
        "Queue/ToastQueueDelegate.swift",
        "Toast.swift",
        "ToastConfiguration.swift",
        "ToastDelegate.swift",
        "ToastHelper.swift",
        "ToastViewConfiguration.swift",
        "ToastViews/AppleToastView/AppleToastView.swift",
        "ToastViews/AppleToastView/IconAppleToastView.swift",
        "ToastViews/AppleToastView/TextAppleToastView.swift",
        "ToastViews/ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/16] Emitting module Toast
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[4/16] Compiling Toast ToastViewConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[5/16] Compiling Toast IconAppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[6/16] Compiling Toast ToastHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[7/16] Compiling Toast TextAppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[8/16] Compiling Toast AppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[9/16] Compiling Toast MulticastDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[10/16] Compiling Toast ToastQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[11/16] Compiling Toast AnimationType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[12/16] Compiling Toast Direction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[13/16] Compiling Toast ToastQueueDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[14/16] Compiling Toast Toast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[15/16] Compiling Toast ToastConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[16/16] Compiling Toast ToastDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[17/17] Compiling Toast ToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/15] Compiling Toast TextAppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[3/15] Compiling Toast ToastHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[4/16] Compiling Toast IconAppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[5/16] Compiling Toast ToastViewConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[6/16] Compiling Toast AppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[7/16] Compiling Toast ToastConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[8/16] Compiling Toast ToastDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/16] Emitting module Toast
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[10/16] Compiling Toast MulticastDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[11/16] Compiling Toast ToastQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[12/16] Compiling Toast ToastQueueDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[13/16] Compiling Toast Toast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[14/16] Compiling Toast AnimationType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[15/16] Compiling Toast Direction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[16/16] Compiling Toast ToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Toast {
BUILD FAILURE 6.0 macosSpm