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 CRToastSwift, reference master (570435), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 02:04:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krugazor/crtoastswift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krugazor/crtoastswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5704358 Merge branch 'release/0.1.2'
Cloned https://github.com/krugazor/crtoastswift.git
Revision (git rev-parse @):
5704358ec6326304407cdbddc166b9fcb7db335f
SUCCESS checkout https://github.com/krugazor/crtoastswift.git at master
========================================
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": "crtoastswift",
      "name": "CRToastSwift",
      "url": "https://github.com/krugazor/crtoastswift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/crtoastswift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/krugazor/crtoastswift.git
[1/85] Fetching crtoastswift
Fetched https://github.com/krugazor/crtoastswift.git from cache (1.14s)
Creating working copy for https://github.com/krugazor/crtoastswift.git
Working copy of https://github.com/krugazor/crtoastswift.git resolved at master (5704358)
warning: '.resolve-product-dependencies': dependency 'crtoastswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/krugazor/crtoastswift.git
https://github.com/krugazor/crtoastswift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CRToastSwift",
  "name" : "CRToastSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CRToastSwift",
      "targets" : [
        "CRToastSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CRToastSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "CRToastSwiftTests",
      "path" : "Tests/CRToastSwiftTests",
      "sources" : [
        "CRToastSwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CRToastSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRToastSwift",
      "module_type" : "SwiftTarget",
      "name" : "CRToastSwift",
      "path" : "Sources/CRToastSwift",
      "product_memberships" : [
        "CRToastSwift"
      ],
      "sources" : [
        "CRToastConfig.swift",
        "CRToastManager.swift",
        "CRToastView.swift",
        "CRToastViewController.swift",
        "CRToastWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/8] Emitting module CRToastSwift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[4/8] Compiling CRToastSwift CRToastWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[5/8] Compiling CRToastSwift CRToastViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[6/8] Compiling CRToastSwift CRToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[7/8] Compiling CRToastSwift CRToastConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[8/8] Compiling CRToastSwift CRToastManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Compiling CRToastSwift CRToastViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[3/7] Compiling CRToastSwift CRToastWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[4/7] Compiling CRToastSwift CRToastManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[5/7] Compiling CRToastSwift CRToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/7] Emitting module CRToastSwift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
[7/7] Compiling CRToastSwift CRToastConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/CRToastSwift/CRToastConfig.swift:1:8: error: no such module 'UIKit'
   1 | import UIKit
     |        `- error: no such module 'UIKit'
   2 |
   3 | func className(for obj: Any) -> String {
BUILD FAILURE 6.1 macosSpm