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 0.0.2 (32ecdf), with Swift 6.0 for macOS (SPM) on 12 Jan 2025 17:22:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/ModalKit.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emrearmagan/ModalKit
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 32ecdf8 move xcodeproject in example folder
Cloned https://github.com/emrearmagan/ModalKit.git
Revision (git rev-parse @):
32ecdf8e0e03412c6b1957839738eea76efd106a
SUCCESS checkout https://github.com/emrearmagan/ModalKit.git at 0.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": "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/396] Fetching modalkit
Fetched https://github.com/emrearmagan/ModalKit.git from cache (3.13s)
Creating working copy for https://github.com/emrearmagan/ModalKit.git
Working copy of https://github.com/emrearmagan/ModalKit.git resolved at 0.0.2 (32ecdf8)
warning: '.resolve-product-dependencies': dependency 'modalkit' 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/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.2.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-5BDAB9E9C0126B9D.txt
[3/15] 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.
[4/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.
[5/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.
[6/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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.
[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 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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/14] 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.
[3/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.
[4/14] 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.
[5/14] 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/14] 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.
[7/14] 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.
[8/14] 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.
[9/14] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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 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/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.
[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.0 macosSpm