The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LoadingView, reference master (fd2c13), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 21:08:05 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/VladimirBrejcha/LoadingView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VladimirBrejcha/LoadingView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fd2c13a fix warning: self' refers to the method 'LoadingView.self', which may be unexpected
Cloned https://github.com/VladimirBrejcha/LoadingView.git
Revision (git rev-parse @):
fd2c13a0bd0ed0a2c25e11a6b528bf0575ded95e
SUCCESS checkout https://github.com/VladimirBrejcha/LoadingView.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/VladimirBrejcha/LoadingView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling LoadingView LoadingViewState.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[4/12] Compiling LoadingView Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Emitting module LoadingView
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[6/13] Compiling LoadingView PulsingCircleAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[7/13] Compiling LoadingView AnimationSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[8/13] Compiling LoadingView LoadingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[9/13] Compiling LoadingView AnimationKeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[10/13] Compiling LoadingView AnimationGroupSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[11/13] Compiling LoadingView Animation.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[12/13] Compiling LoadingView Range.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
[13/13] Compiling LoadingView Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoadingView/Animation.swift:3:8: error: no such module 'UIKit'
 1 | //  Copyright © 2020 VladimirBrejcha. All rights reserved.
 2 |
 3 | import UIKit
   |        `- error: no such module 'UIKit'
 4 |
 5 | public protocol Animation {
BUILD FAILURE 6.2 macosSpm