The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Snappable, reference main (806de8), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 20:19:04 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/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
========================================
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": "snappable",
      "name": "Snappable",
      "url": "https://github.com/hugehoge/Snappable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Snappable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hugehoge/Snappable.git
[1/304] Fetching snappable
Fetched https://github.com/hugehoge/Snappable.git from cache (1.23s)
Creating working copy for https://github.com/hugehoge/Snappable.git
Working copy of https://github.com/hugehoge/Snappable.git resolved at main (806de81)
warning: '.resolve-product-dependencies': dependency 'snappable' 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/hugehoge/Snappable.git
https://github.com/hugehoge/Snappable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Snappable",
  "name" : "Snappable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Snappable",
      "targets" : [
        "Snappable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnappableTests",
      "module_type" : "SwiftTarget",
      "name" : "SnappableTests",
      "path" : "Tests",
      "sources" : [
        "UnitTests/CGPointTests.swift",
        "UnitTests/SnapAlignmentTests.swift"
      ],
      "target_dependencies" : [
        "Snappable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Snappable",
      "module_type" : "SwiftTarget",
      "name" : "Snappable",
      "path" : "Sources",
      "product_memberships" : [
        "Snappable"
      ],
      "sources" : [
        "Internal/DraggingDetector.swift",
        "Internal/Environments/CoordinateSpaceNameEnvironmentKey.swift",
        "Internal/Environments/SnapAlignmentEnvironmentKey.swift",
        "Internal/Extensions/CGPoint+Distance.swift",
        "Internal/Extensions/SnapAlignment+Convert.swift",
        "Internal/Preferences/SnapAnchorPreferenceKey.swift",
        "Internal/Types/SnapID.swift",
        "Internal/Types/SnapTiming.swift",
        "Internal/ViewModifiers/SnapIDModifier.swift",
        "Internal/ViewModifiers/SnappableModifier.swift",
        "Introspect/Introspect.swift",
        "Introspect/UIKitIntrospectionView.swift",
        "Introspect/ViewExtensions.swift",
        "Public/ScrollView+SnappableModifier.swift",
        "Public/Types/DecelerationRate.swift",
        "Public/Types/SnapAlignment.swift",
        "Public/Types/SnapMode.swift",
        "Public/View+SnappableIDModifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/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 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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[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 {
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/19] 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 {
[3/20] 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 {
[4/20] 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 {
[5/20] 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/20] 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 {
[7/20] 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 {
[8/20] 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 {
[9/20] 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 {
[10/20] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/20] 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 {
[12/20] 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 {
[13/20] 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 {
[14/20] 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 {
[15/20] 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 {
[16/20] 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 {
[17/20] 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 {
[18/20] 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 {
[19/20] 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 {
[20/20] 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 {
BUILD FAILURE 6.1 macosSpm