The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Pinnable, reference 0.0.6 (2fa7b4), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 06:00:23 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/kylebshr/Pinnable.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylebshr/Pinnable
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at 2fa7b40 Swift tools 5.3
Cloned https://github.com/kylebshr/Pinnable.git
Revision (git rev-parse @):
2fa7b40787f53932c90f957ac470b5cc8076fce0
SUCCESS checkout https://github.com/kylebshr/Pinnable.git at 0.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kylebshr/Pinnable.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/9] Compiling Pinnable Pinnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
[4/9] Compiling Pinnable UIView+Pinnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module Pinnable
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
[6/9] Compiling Pinnable NSLayoutConstraint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
[7/9] Compiling Pinnable NSLayoutAnchor+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
[8/9] Compiling Pinnable NSLayoutDimension+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
[9/9] Compiling Pinnable UILayoutGuide+Pinnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pinnable/NSLayoutAnchor+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension NSLayoutAnchor {
BUILD FAILURE 6.2 macosSpm