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 KrowdKinect-Swift-SDK, reference main (70fbf3), with Swift 6.0 for macOS (SPM) on 17 Sep 2024 05:03:22 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jhgroenjes/KrowdKinect-Swift-SDK.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jhgroenjes/KrowdKinect-Swift-SDK
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70fbf31 Production 0.3.2 Release
Cloned https://github.com/jhgroenjes/KrowdKinect-Swift-SDK.git
Revision (git rev-parse @):
70fbf31b2237eeca74b0bab14c85539def1d5169
SUCCESS checkout https://github.com/jhgroenjes/KrowdKinect-Swift-SDK.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jhgroenjes/KrowdKinect-Swift-SDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/6] Compiling KrowdKinect_Swift_SDK SwiftUIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/KrowdKinect_Swift_SDK.swift:8:8: error: no such module 'UIKit'
  6 |
  7 | import SwiftUI
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module KrowdKinect_Swift_SDK
/Users/admin/builder/spi-builder-workspace/Sources/KrowdKinect_Swift_SDK.swift:8:8: error: no such module 'UIKit'
  6 |
  7 | import SwiftUI
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 |
[5/6] Compiling KrowdKinect_Swift_SDK KrowdKinect_Swift_SDK.swift
/Users/admin/builder/spi-builder-workspace/Sources/KrowdKinect_Swift_SDK.swift:8:8: error: no such module 'UIKit'
  6 |
  7 | import SwiftUI
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 |
[6/6] Compiling KrowdKinect_Swift_SDK WebSocketController.swift
/Users/admin/builder/spi-builder-workspace/Sources/KrowdKinect_Swift_SDK.swift:8:8: error: no such module 'UIKit'
  6 |
  7 | import SwiftUI
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 |
Fetching https://github.com/rvi/msgpack-objective-C
Fetching https://github.com/ably/ably-cocoa.git
Fetching https://github.com/ably/delta-codec-cocoa
[1/506] Fetching msgpack-objective-c
[123/1083] Fetching msgpack-objective-c, delta-codec-cocoa
[1084/44221] Fetching msgpack-objective-c, delta-codec-cocoa, ably-cocoa
Fetched https://github.com/ably/ably-cocoa.git from cache (2.90s)
Fetched https://github.com/ably/delta-codec-cocoa from cache (2.90s)
Fetched https://github.com/rvi/msgpack-objective-C from cache (2.90s)
Computing version for https://github.com/ably/ably-cocoa.git
Computed https://github.com/ably/ably-cocoa.git at 1.2.33 (3.29s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.3 (0.67s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (0.66s)
Creating working copy for https://github.com/rvi/msgpack-objective-C
Working copy of https://github.com/rvi/msgpack-objective-C resolved at 0.4.0
Creating working copy for https://github.com/ably/ably-cocoa.git
Working copy of https://github.com/ably/ably-cocoa.git resolved at 1.2.33
Creating working copy for https://github.com/ably/delta-codec-cocoa
Working copy of https://github.com/ably/delta-codec-cocoa resolved at 1.3.3
warning: 'spi-builder-workspace': dependency 'ably-cocoa' is not used by any target
BUILD FAILURE 6.0 macosSpm