The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build PopOverMenu, reference 3.0.0 (498157), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 18:30:08 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/tichise/PopOverMenu.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tichise/PopOverMenu
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 4981570 Update PopOverMenu.podspec
Cloned https://github.com/tichise/PopOverMenu.git
Revision (git rev-parse @):
4981570b2ce22e3136b69ac9ad79dce9a2359d5b
SUCCESS checkout https://github.com/tichise/PopOverMenu.git at 3.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": "popovermenu",
      "name": "PopOverMenu",
      "url": "https://github.com/tichise/PopOverMenu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PopOverMenu",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tichise/PopOverMenu.git
[1/732] Fetching popovermenu
Fetched https://github.com/tichise/PopOverMenu.git from cache (0.89s)
Creating working copy for https://github.com/tichise/PopOverMenu.git
Working copy of https://github.com/tichise/PopOverMenu.git resolved at 3.0.0 (4981570)
warning: '.resolve-product-dependencies': dependency 'popovermenu' 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/tichise/PopOverMenu.git
https://github.com/tichise/PopOverMenu.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PopOverMenu",
  "name" : "PopOverMenu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "PopOverMenu",
      "targets" : [
        "PopOverMenu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PopOverMenu",
      "module_type" : "SwiftTarget",
      "name" : "PopOverMenu",
      "path" : "Sources",
      "product_memberships" : [
        "PopOverMenu"
      ],
      "sources" : [
        "PopOverViewController+Array.swift",
        "PopOverViewController+BarButtonItem.swift",
        "PopOverViewController+Enum.swift",
        "PopOverViewController+TableView.swift",
        "PopOverViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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] Compiling PopOverMenu PopOverViewController+Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[4/8] Emitting module PopOverMenu
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[5/8] Compiling PopOverMenu PopOverViewController+Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[6/8] Compiling PopOverMenu PopOverViewController+BarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[7/8] Compiling PopOverMenu PopOverViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[8/8] Compiling PopOverMenu PopOverViewController+TableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Storyboards/PopOver.storyboard
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/7] Emitting module PopOverMenu
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[3/7] Compiling PopOverMenu PopOverViewController+Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[4/7] Compiling PopOverMenu PopOverViewController+Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[5/7] Compiling PopOverMenu PopOverViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[6/7] Compiling PopOverMenu PopOverViewController+BarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
[7/7] Compiling PopOverMenu PopOverViewController+TableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | extension PopOverViewController {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Storyboards/PopOver.storyboard
BUILD FAILURE 6.1 macosSpm