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 AlertKit, reference 5.1.9 (3b73be), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 22:01:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sparrowcode/AlertKit.git
Reference: 5.1.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sparrowcode/AlertKit
 * tag               5.1.9      -> FETCH_HEAD
HEAD is now at 3b73be8 Merge pull request #72 from alpaycli/ReadableInit
Cloned https://github.com/sparrowcode/AlertKit.git
Revision (git rev-parse @):
3b73be8db5a7e7efaf474c6ed919f5a437d843c9
SUCCESS checkout https://github.com/sparrowcode/AlertKit.git at 5.1.9
========================================
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": "alertkit",
      "name": "AlertKit",
      "url": "https://github.com/sparrowcode/AlertKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlertKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sparrowcode/AlertKit.git
[1/2985] Fetching alertkit
Fetched https://github.com/sparrowcode/AlertKit.git from cache (1.53s)
Creating working copy for https://github.com/sparrowcode/AlertKit.git
Working copy of https://github.com/sparrowcode/AlertKit.git resolved at 5.1.9 (3b73be8)
warning: '.resolve-product-dependencies': dependency 'alertkit' 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/sparrowcode/AlertKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AlertKit",
  "name" : "AlertKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AlertKit",
      "targets" : [
        "AlertKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AlertKit",
      "module_type" : "SwiftTarget",
      "name" : "AlertKit",
      "path" : "Sources/AlertKit",
      "product_memberships" : [
        "AlertKit"
      ],
      "sources" : [
        "AlertHaptic.swift",
        "AlertIcon.swift",
        "AlertKitAPI.swift",
        "AlertViewStyle.swift",
        "Extensions/SwiftUIExtension.swift",
        "Extensions/UIFontExtension.swift",
        "Extensions/UILabelExtension.swift",
        "Icons/AlertIconDoneView.swift",
        "Icons/AlertIconErrorView.swift",
        "Icons/AlertIconHeartView.swift",
        "Icons/AlertSpinnerView.swift",
        "Views/AlertAppleMusic16View.swift",
        "Views/AlertAppleMusic17View.swift",
        "Views/AlertViewInternalDismissProtocol.swift",
        "Views/AlertViewProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/17] Emitting module AlertKit
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[4/17] Compiling AlertKit AlertKitAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[5/17] Compiling AlertKit AlertViewStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[6/17] Compiling AlertKit AlertHaptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[7/17] Compiling AlertKit AlertIcon.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[8/18] Compiling AlertKit UILabelExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[9/18] Compiling AlertKit AlertIconDoneView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[10/18] Compiling AlertKit AlertViewProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[11/18] Compiling AlertKit AlertViewInternalDismissProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[12/18] Compiling AlertKit AlertAppleMusic16View.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[13/18] Compiling AlertKit AlertSpinnerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[14/18] Compiling AlertKit AlertAppleMusic17View.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[15/18] Compiling AlertKit AlertIconErrorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[16/18] Compiling AlertKit AlertIconHeartView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[17/18] Compiling AlertKit SwiftUIExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
[18/18] Compiling AlertKit UIFontExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertKit/AlertHaptic.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public enum AlertHaptic {
BUILD FAILURE 6.0 macosSpm