The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AveCommonHelperViews, reference main (f8b832), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 10:58:56 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/AndreasVerhoeven/AveCommonHelperViews.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AndreasVerhoeven/AveCommonHelperViews
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8b8325 Added directionalCornerMask to RoundRectView
Cloned https://github.com/AndreasVerhoeven/AveCommonHelperViews.git
Revision (git rev-parse @):
f8b83250268866904676e5deafcd3b9bff3b65d1
SUCCESS checkout https://github.com/AndreasVerhoeven/AveCommonHelperViews.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AndreasVerhoeven/AveCommonHelperViews.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/13] Compiling AveCommonHelperViews UIUserInterfaceStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[4/14] Compiling AveCommonHelperViews CustomHighlightingControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[5/14] Compiling AveCommonHelperViews GradientView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/14] Emitting module AveCommonHelperViews
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[7/14] Compiling AveCommonHelperViews FixedSizeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[8/14] Compiling AveCommonHelperViews ShapeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[9/14] Compiling AveCommonHelperViews UIColor+Helper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[10/14] Compiling AveCommonHelperViews RoundRectView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[11/14] Compiling AveCommonHelperViews UIResponder+Helper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[12/14] Compiling AveCommonHelperViews CircleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[13/14] Compiling AveCommonHelperViews ContentTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
[14/14] Compiling AveCommonHelperViews UIView+Helper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircleView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | /// a view that is always a circle
BUILD FAILURE 6.2 macosSpm