The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ScalingCarousel, reference master (f2bfde), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 22:10:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aataraxiaa/ScalingCarousel.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aataraxiaa/ScalingCarousel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f2bfde4 Bump sample version
Cloned https://github.com/aataraxiaa/ScalingCarousel.git
Revision (git rev-parse @):
f2bfde4db386243fd4e0e4687fcfff530c239c20
SUCCESS checkout https://github.com/aataraxiaa/ScalingCarousel.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "scalingcarousel",
      "name": "ScalingCarousel",
      "url": "https://github.com/aataraxiaa/ScalingCarousel.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScalingCarousel",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aataraxiaa/ScalingCarousel.git
[1/1234] Fetching scalingcarousel
Fetched https://github.com/aataraxiaa/ScalingCarousel.git from cache (1.61s)
Creating working copy for https://github.com/aataraxiaa/ScalingCarousel.git
Working copy of https://github.com/aataraxiaa/ScalingCarousel.git resolved at master (f2bfde4)
warning: '.resolve-product-dependencies': dependency 'scalingcarousel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aataraxiaa/ScalingCarousel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module ScalingCarousel
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
[4/6] Compiling ScalingCarousel ScalingCarouselView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
[5/6] Compiling ScalingCarousel ScalingCarouselLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
[6/6] Compiling ScalingCarousel ScalingCarouselCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
BUILD FAILURE 6.3 macosSpm