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 master (e809a7), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 20:56:23 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GroupeMINASTE/DonateViewController
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e809a77 Create FUNDING.yml
Cloned https://github.com/GroupeMINASTE/DonateViewController.git
Revision (git rev-parse @):
e809a77e19432b1b5e04599f3dc906a5e960456c
SUCCESS checkout https://github.com/GroupeMINASTE/DonateViewController.git at master
========================================
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
[1/122] Fetching donateviewcontroller
Fetched https://github.com/GroupeMINASTE/DonateViewController.git from cache (0.72s)
Creating working copy for https://github.com/GroupeMINASTE/DonateViewController.git
Working copy of https://github.com/GroupeMINASTE/DonateViewController.git resolved at master (e809a77)
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
[3/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 |
[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 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 |
[6/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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 |
[8/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 |
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/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 |
[3/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 |
[4/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 |
[5/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 |
[7/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 |
BUILD FAILURE 6.1 macosSpm