The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Swipy, reference 1.2.1 (1a4309), with Swift 6.2 for macOS (SPM) on 6 Dec 2025 23:56:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rohanrhu/Swipy.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rohanrhu/Swipy
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 1a4309a Fix iOS 26 issue [BUG] Not working with scrollview in iOS 26 Fixes #4
Cloned https://github.com/rohanrhu/Swipy.git
Revision (git rev-parse @):
1a4309ab7eaa2890e8240133c9126708a7cd71d6
SUCCESS checkout https://github.com/rohanrhu/Swipy.git at 1.2.1
========================================
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": "swipy",
      "name": "Swipy",
      "url": "https://github.com/rohanrhu/Swipy.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swipy",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rohanrhu/Swipy.git
[1/49] Fetching swipy
Fetched https://github.com/rohanrhu/Swipy.git from cache (0.77s)
Creating working copy for https://github.com/rohanrhu/Swipy.git
Working copy of https://github.com/rohanrhu/Swipy.git resolved at 1.2.1 (1a4309a)
warning: '.resolve-product-dependencies': dependency 'swipy' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rohanrhu/Swipy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module Swipy
/Users/admin/builder/spi-builder-workspace/Swipy/Swipy.swift:14:8: error: no such module 'UIKit'
 12 |
 13 | import SwiftUI
 14 | import UIKit
    |        `- error: no such module 'UIKit'
 15 |
 16 | public struct SwipyHorizontalMargin: Sendable {
[4/4] Compiling Swipy Swipy.swift
/Users/admin/builder/spi-builder-workspace/Swipy/Swipy.swift:14:8: error: no such module 'UIKit'
 12 |
 13 | import SwiftUI
 14 | import UIKit
    |        `- error: no such module 'UIKit'
 15 |
 16 | public struct SwipyHorizontalMargin: Sendable {
BUILD FAILURE 6.2 macosSpm