This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Snappable with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hugehoge/Snappable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hugehoge/Snappable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 806de81 Merge pull request #18 from hugehoge/release-0.3.0
Cloned https://github.com/hugehoge/Snappable.git
Revision (git rev-parse @):
806de8123c87fdd818f1b8998a56417a1a510007
SUCCESS checkout https://github.com/hugehoge/Snappable.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/hugehoge/Snappable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/20] Compiling Snappable SnapMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[4/21] Compiling Snappable View+SnappableIDModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[5/21] Compiling Snappable DecelerationRate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[6/21] Compiling Snappable SnapAlignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/21] Emitting module Snappable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[8/21] Compiling Snappable Introspect.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[9/21] Compiling Snappable UIKitIntrospectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[10/21] Compiling Snappable SnapID.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[11/21] Compiling Snappable SnapTiming.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[12/21] Compiling Snappable SnapIDModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[13/21] Compiling Snappable SnappableModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[14/21] Compiling Snappable ViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[15/21] Compiling Snappable ScrollView+SnappableModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[16/21] Compiling Snappable SnapAlignment+Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[17/21] Compiling Snappable SnapAnchorPreferenceKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[18/21] Compiling Snappable SnapAlignmentEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[19/21] Compiling Snappable CGPoint+Distance.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[20/21] Compiling Snappable DraggingDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[21/21] Compiling Snappable CoordinateSpaceNameEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.