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 EliminationMenu, reference 1.0.2 (2348e0), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 22:42:07 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/r-dent/EliminationMenu.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/r-dent/EliminationMenu
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 2348e0e add swift package manager support
Cloned https://github.com/r-dent/EliminationMenu.git
Revision (git rev-parse @):
2348e0e75b4022d4467e264d9d8a819b9fd33132
SUCCESS checkout https://github.com/r-dent/EliminationMenu.git at 1.0.2
========================================
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": "eliminationmenu",
      "name": "EliminationMenu",
      "url": "https://github.com/r-dent/EliminationMenu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EliminationMenu",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/r-dent/EliminationMenu.git
[4/333] Fetching eliminationmenu
Fetched https://github.com/r-dent/EliminationMenu.git from cache (0.92s)
Creating working copy for https://github.com/r-dent/EliminationMenu.git
Working copy of https://github.com/r-dent/EliminationMenu.git resolved at 1.0.2 (2348e0e)
warning: '.resolve-product-dependencies': dependency 'eliminationmenu' 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/r-dent/EliminationMenu.git
https://github.com/r-dent/EliminationMenu.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EliminationMenu",
  "name" : "EliminationMenu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EliminationMenu",
      "targets" : [
        "EliminationMenu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EliminationMenu",
      "module_type" : "SwiftTarget",
      "name" : "EliminationMenu",
      "path" : "Sources",
      "product_memberships" : [
        "EliminationMenu"
      ],
      "sources" : [
        "EliminationMenu.swift",
        "EliminationMenuItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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
[3/5] Compiling EliminationMenu EliminationMenuItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/EliminationMenu.swift:22:8: error: no such module 'UIKit'
 20 | //  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21 |
 22 | import UIKit
    |        `- error: no such module 'UIKit'
 23 |
 24 | /// A menu that eliminates all values which were not selected.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module EliminationMenu
/Users/admin/builder/spi-builder-workspace/Sources/EliminationMenu.swift:22:8: error: no such module 'UIKit'
 20 | //  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21 |
 22 | import UIKit
    |        `- error: no such module 'UIKit'
 23 |
 24 | /// A menu that eliminates all values which were not selected.
[5/5] Compiling EliminationMenu EliminationMenu.swift
/Users/admin/builder/spi-builder-workspace/Sources/EliminationMenu.swift:22:8: error: no such module 'UIKit'
 20 | //  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21 |
 22 | import UIKit
    |        `- error: no such module 'UIKit'
 23 |
 24 | /// A menu that eliminates all values which were not selected.
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/4] Compiling EliminationMenu EliminationMenuItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/EliminationMenu.swift:22:8: error: no such module 'UIKit'
 20 | //  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21 |
 22 | import UIKit
    |        `- error: no such module 'UIKit'
 23 |
 24 | /// A menu that eliminates all values which were not selected.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module EliminationMenu
/Users/admin/builder/spi-builder-workspace/Sources/EliminationMenu.swift:22:8: error: no such module 'UIKit'
 20 | //  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21 |
 22 | import UIKit
    |        `- error: no such module 'UIKit'
 23 |
 24 | /// A menu that eliminates all values which were not selected.
[4/4] Compiling EliminationMenu EliminationMenu.swift
/Users/admin/builder/spi-builder-workspace/Sources/EliminationMenu.swift:22:8: error: no such module 'UIKit'
 20 | //  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21 |
 22 | import UIKit
    |        `- error: no such module 'UIKit'
 23 |
 24 | /// A menu that eliminates all values which were not selected.
BUILD FAILURE 6.1 macosSpm