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 ModalKit, reference main (a62bda), with Swift 6.1 for macOS (SPM) on 1 May 2025 23:57:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/ModalKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emrearmagan/ModalKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a62bda1 update workflow
Cloned https://github.com/emrearmagan/ModalKit.git
Revision (git rev-parse @):
a62bda1ae0bd28360035cacd176ad35f3bf8d117
SUCCESS checkout https://github.com/emrearmagan/ModalKit.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": "modalkit",
      "name": "ModalKit",
      "url": "https://github.com/emrearmagan/ModalKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ModalKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/emrearmagan/ModalKit.git
[1/401] Fetching modalkit
Fetched https://github.com/emrearmagan/ModalKit.git from cache (3.38s)
Creating working copy for https://github.com/emrearmagan/ModalKit.git
Working copy of https://github.com/emrearmagan/ModalKit.git resolved at main (a62bda1)
warning: '.resolve-product-dependencies': dependency 'modalkit' 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/emrearmagan/ModalKit.git
https://github.com/emrearmagan/ModalKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ModalKit",
  "name" : "ModalKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ModalKit",
      "targets" : [
        "ModalKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ModalKit",
      "module_type" : "SwiftTarget",
      "name" : "ModalKit",
      "path" : "Sources",
      "product_memberships" : [
        "ModalKit"
      ],
      "sources" : [
        "ModalKit/Animator/MKPresentationAnimator.swift",
        "ModalKit/Controller/MKPresentationController.swift",
        "ModalKit/Controller/MKPresentationSize.swift",
        "ModalKit/Controller/Presentable/MKPresentable+UIViewController.swift",
        "ModalKit/Controller/Presentable/MKPresentable.swift",
        "ModalKit/Controller/Presentable/MKPresentableConfiguration.swift",
        "ModalKit/Delegate/MKPresentationManager.swift",
        "ModalKit/Extension/Sequence.swift",
        "ModalKit/Extension/UIColor.swift",
        "ModalKit/Extension/UIEdgeInsets.swift",
        "ModalKit/Extension/UIView.swift",
        "ModalKit/Extension/UIViewController.swift",
        "ModalKit/View/DimmingView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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/15] Compiling ModalKit UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[4/16] Compiling ModalKit DimmingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[5/16] Compiling ModalKit UIColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[6/16] Compiling ModalKit MKPresentationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[7/16] Compiling ModalKit UIEdgeInsets.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[8/16] Compiling ModalKit Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[9/16] Compiling ModalKit UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/16] Emitting module ModalKit
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[11/16] Compiling ModalKit MKPresentationSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[12/16] Compiling ModalKit MKPresentable+UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[13/16] Compiling ModalKit MKPresentationAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[14/16] Compiling ModalKit MKPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[15/16] Compiling ModalKit MKPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[16/16] Compiling ModalKit MKPresentableConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
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/14] Compiling ModalKit UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[3/15] Compiling ModalKit UIColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[4/15] Compiling ModalKit Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[5/15] Compiling ModalKit UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[6/15] Compiling ModalKit UIEdgeInsets.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[7/15] Compiling ModalKit MKPresentationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/15] Compiling ModalKit MKPresentationSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[9/15] Compiling ModalKit MKPresentable+UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[10/15] Emitting module ModalKit
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[11/15] Compiling ModalKit MKPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[12/15] Compiling ModalKit MKPresentableConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[13/15] Compiling ModalKit MKPresentationAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[14/15] Compiling ModalKit MKPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[15/15] Compiling ModalKit DimmingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
BUILD FAILURE 6.1 macosSpm