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 DonateViewController, reference 1.1.5 (54af78), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 20:56:06 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/GroupeMINASTE/DonateViewController.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GroupeMINASTE/DonateViewController
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 54af78d Fix with strong reference
Cloned https://github.com/GroupeMINASTE/DonateViewController.git
Revision (git rev-parse @):
54af78de3bc4a03e088dc4e763af89b15d54db02
SUCCESS checkout https://github.com/GroupeMINASTE/DonateViewController.git at 1.1.5
========================================
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": "donateviewcontroller",
      "name": "DonateViewController",
      "url": "https://github.com/GroupeMINASTE/DonateViewController.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DonateViewController",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/GroupeMINASTE/DonateViewController.git
[3/122] Fetching donateviewcontroller
Fetched https://github.com/GroupeMINASTE/DonateViewController.git from cache (0.61s)
Creating working copy for https://github.com/GroupeMINASTE/DonateViewController.git
Working copy of https://github.com/GroupeMINASTE/DonateViewController.git resolved at 1.1.5 (54af78d)
warning: '.resolve-product-dependencies': dependency 'donateviewcontroller' 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/GroupeMINASTE/DonateViewController.git
https://github.com/GroupeMINASTE/DonateViewController.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DonateViewController",
  "name" : "DonateViewController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DonateViewController",
      "targets" : [
        "DonateViewController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DonateViewControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "DonateViewControllerTests",
      "path" : "Tests/DonateViewControllerTests",
      "sources" : [
        "DonateViewControllerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DonateViewController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DonateViewController",
      "module_type" : "SwiftTarget",
      "name" : "DonateViewController",
      "path" : "Sources/DonateViewController",
      "product_memberships" : [
        "DonateViewController"
      ],
      "sources" : [
        "Controllers/DonateViewController.swift",
        "Delegates/DonateViewControllerDelegate.swift",
        "Extensions/SKProductExtension.swift",
        "Models/Donation.swift",
        "Views/DonateCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/8] Emitting module DonateViewController
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[4/8] Compiling DonateViewController SKProductExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[5/8] Compiling DonateViewController DonateViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[6/8] Compiling DonateViewController DonateCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[7/8] Compiling DonateViewController DonateViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[8/8] Compiling DonateViewController Donation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
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 DonateViewController
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[3/7] Compiling DonateViewController DonateViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[4/7] Compiling DonateViewController Donation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[5/7] Compiling DonateViewController DonateCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[6/7] Compiling DonateViewController SKProductExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[7/7] Compiling DonateViewController DonateViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
BUILD FAILURE 6.1 macosSpm