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 RollView, reference master (480b34), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:05:33 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gitvalue/RollView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gitvalue/RollView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 480b343 fixes crash when adapter is nil
Cloned https://github.com/gitvalue/RollView.git
Revision (git rev-parse @):
480b343d448fc1ff4074b6de1e7180257af377c7
SUCCESS checkout https://github.com/gitvalue/RollView.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gitvalue/RollView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling Pooling Pooling.swift
[5/7] Compiling Pooling Pool.swift
[6/7] Emitting module Pooling
[7/7] Compiling Pooling PThreadMutex.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] Emitting module RollView
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | //  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
   |        `- error: no such module 'UIKit'
21 |
22 | /**
[9/12] Compiling RollView ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | //  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
   |        `- error: no such module 'UIKit'
21 |
22 | /**
[10/12] Compiling RollView AdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | //  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
   |        `- error: no such module 'UIKit'
21 |
22 | /**
[11/12] Compiling RollView RollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | //  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
   |        `- error: no such module 'UIKit'
21 |
22 | /**
[12/12] Compiling RollView Adapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | //  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
   |        `- error: no such module 'UIKit'
21 |
22 | /**
Fetching https://github.com/gitvalue/Pooling.git
[1/148] Fetching pooling
Fetched https://github.com/gitvalue/Pooling.git from cache (0.61s)
Computing version for https://github.com/gitvalue/Pooling.git
Computed https://github.com/gitvalue/Pooling.git at 1.0.1 (1.11s)
Creating working copy for https://github.com/gitvalue/Pooling.git
Working copy of https://github.com/gitvalue/Pooling.git resolved at 1.0.1
BUILD FAILURE 6.2 macosSpm