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 NotificationBannerSwift, reference 4.0.0 (be5280), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 12:19:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Daltron/NotificationBanner.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Daltron/NotificationBanner
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at be52806 Update Dependencies for Privacy Manifest (#426)
Cloned https://github.com/Daltron/NotificationBanner.git
Revision (git rev-parse @):
be52806c3b95f9210955a8a94259d40f8a9e928d
SUCCESS checkout https://github.com/Daltron/NotificationBanner.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Daltron/NotificationBanner.git
https://github.com/Daltron/NotificationBanner.git
{
  "dependencies" : [
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit"
    },
    {
      "identity" : "marqueelabel",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cbpowell/MarqueeLabel"
    }
  ],
  "manifest_display_name" : "NotificationBannerSwift",
  "name" : "NotificationBannerSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "NotificationBannerSwift",
      "targets" : [
        "NotificationBannerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NotificationBannerSwift",
      "module_type" : "SwiftTarget",
      "name" : "NotificationBannerSwift",
      "path" : "NotificationBanner/Classes",
      "product_dependencies" : [
        "MarqueeLabel",
        "SnapKit"
      ],
      "product_memberships" : [
        "NotificationBannerSwift"
      ],
      "sources" : [
        "BannerColors.swift",
        "BannerHapticGenerator.swift",
        "BannerPositionFrame.swift",
        "BannerStyle.swift",
        "BaseNotificationBanner.swift",
        "FloatingNotificationBanner.swift",
        "GrowingNotificationBanner.swift",
        "NotificationBanner.swift",
        "NotificationBannerQueue.swift",
        "NotificationBannerUtilities.swift",
        "StatusBarNotificationBanner.swift",
        "String+heightForConstrainedWidth.swift",
        "UIWindow+orientation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/45] Emitting module SnapKit
[8/48] Compiling MarqueeLabel resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
   6 | //
   7 |
   8 | import UIKit
     |        `- error: no such module 'UIKit'
   9 | import QuartzCore
  10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/48] Emitting module MarqueeLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
   6 | //
   7 |
   8 | import UIKit
     |        `- error: no such module 'UIKit'
   9 | import QuartzCore
  10 |
[10/48] Compiling MarqueeLabel MarqueeLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
   6 | //
   7 |
   8 | import UIKit
     |        `- error: no such module 'UIKit'
   9 | import QuartzCore
  10 |
Fetching https://github.com/cbpowell/MarqueeLabel
Fetching https://github.com/SnapKit/SnapKit
[1/3860] Fetching marqueelabel
[619/8101] Fetching marqueelabel, snapkit
Fetched https://github.com/cbpowell/MarqueeLabel from cache (1.33s)
Fetched https://github.com/SnapKit/SnapKit from cache (1.33s)
Computing version for https://github.com/cbpowell/MarqueeLabel
warning: 'marqueelabel': /Package@swift-5.9.swift:9:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "MarqueeLabel",
 8 |     platforms: [
 9 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |         .tvOS(.v11),
11 |         .visionOS(.v1)
/Package@swift-5.9.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |     platforms: [
 9 |         .iOS(.v11),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/cbpowell/MarqueeLabel at 4.5.0 (1.83s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (0.46s)
Creating working copy for https://github.com/cbpowell/MarqueeLabel
Working copy of https://github.com/cbpowell/MarqueeLabel resolved at 4.5.0
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
warning: 'marqueelabel': /Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Package@swift-5.9.swift:9:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "MarqueeLabel",
 8 |     platforms: [
 9 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |         .tvOS(.v11),
11 |         .visionOS(.v1)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Package@swift-5.9.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |     platforms: [
 9 |         .iOS(.v11),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
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/40] Emitting module SnapKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/43] Emitting module MarqueeLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
   6 | //
   7 |
   8 | import UIKit
     |        `- error: no such module 'UIKit'
   9 | import QuartzCore
  10 |
[4/43] Compiling MarqueeLabel resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
   6 | //
   7 |
   8 | import UIKit
     |        `- error: no such module 'UIKit'
   9 | import QuartzCore
  10 |
[5/43] Compiling MarqueeLabel MarqueeLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
   6 | //
   7 |
   8 | import UIKit
     |        `- error: no such module 'UIKit'
   9 | import QuartzCore
  10 |
BUILD FAILURE 6.1 macosSpm