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 ScheduledNotificationsViewController, reference 0.0.5 (3a5df1), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 14:44:09 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/dreymonde/ScheduledNotificationsViewController.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/ScheduledNotificationsViewController
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 3a5df16 Merge pull request #2 from tfe/main
Cloned https://github.com/dreymonde/ScheduledNotificationsViewController.git
Revision (git rev-parse @):
3a5df16a6a61acf8977a88ee57846b6e71bea4ad
SUCCESS checkout https://github.com/dreymonde/ScheduledNotificationsViewController.git at 0.0.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": "schedulednotificationsviewcontroller",
      "name": "ScheduledNotificationsViewController",
      "url": "https://github.com/dreymonde/ScheduledNotificationsViewController.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScheduledNotificationsViewController",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dreymonde/ScheduledNotificationsViewController.git
[3/126] Fetching schedulednotificationsviewcontroller
Fetched https://github.com/dreymonde/ScheduledNotificationsViewController.git from cache (1.39s)
Creating working copy for https://github.com/dreymonde/ScheduledNotificationsViewController.git
Working copy of https://github.com/dreymonde/ScheduledNotificationsViewController.git resolved at 0.0.5 (3a5df16)
warning: '.resolve-product-dependencies': dependency 'schedulednotificationsviewcontroller' 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/dreymonde/ScheduledNotificationsViewController.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ScheduledNotificationsViewController",
  "name" : "ScheduledNotificationsViewController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ScheduledNotificationsViewController",
      "targets" : [
        "ScheduledNotificationsViewController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScheduledNotificationsViewControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "ScheduledNotificationsViewControllerTests",
      "path" : "Tests/ScheduledNotificationsViewControllerTests",
      "sources" : [
        "ScheduledNotificationsViewControllerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ScheduledNotificationsViewController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScheduledNotificationsViewController",
      "module_type" : "SwiftTarget",
      "name" : "ScheduledNotificationsViewController",
      "path" : "Sources/ScheduledNotificationsViewController",
      "product_memberships" : [
        "ScheduledNotificationsViewController"
      ],
      "sources" : [
        "NiceUI/Align.swift",
        "NiceUI/Delegated/Delegated.swift",
        "NiceUI/GestureRecognizers.swift",
        "NiceUI/Stacks.swift",
        "NiceUI/View.swift",
        "NiceUI/Views/Button.swift",
        "NiceUI/Views/ScrollableStackView.swift",
        "NiceUI/Views/Switch.swift",
        "ScheduledNotificationsViewController.swift",
        "StaticTableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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
[3/12] Compiling ScheduledNotificationsViewController Switch.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[4/13] Compiling ScheduledNotificationsViewController StaticTableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[5/13] Compiling ScheduledNotificationsViewController Delegated.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[6/13] Compiling ScheduledNotificationsViewController ScheduledNotificationsViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[7/13] Compiling ScheduledNotificationsViewController ScrollableStackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[8/13] Compiling ScheduledNotificationsViewController Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[9/13] Compiling ScheduledNotificationsViewController Stacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[10/13] Compiling ScheduledNotificationsViewController View.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[11/13] Compiling ScheduledNotificationsViewController GestureRecognizers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/13] Emitting module ScheduledNotificationsViewController
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
[13/13] Compiling ScheduledNotificationsViewController Align.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | final class TapGestureRecognizer: UITapGestureRecognizer {
BUILD FAILURE 6.0 macosSpm