The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FSPagerView, reference master (f90ab7), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 11:07:59 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/WenchaoD/FSPagerView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WenchaoD/FSPagerView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f90ab7d Merge pull request #379 from esikmalazman/swift-5
Cloned https://github.com/WenchaoD/FSPagerView.git
Revision (git rev-parse @):
f90ab7d2ee6847823708a0a4e11e87c3ee4e6e48
SUCCESS checkout https://github.com/WenchaoD/FSPagerView.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/WenchaoD/FSPagerView.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/10] Compiling FSPagerView FSPagerViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module FSPagerView
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
[5/10] Compiling FSPagerView FSPagerCollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
[6/10] Compiling FSPagerView FSPageViewTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
[7/10] Compiling FSPagerView FSPagerViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
[8/10] Compiling FSPagerView FSPageControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
[9/10] Compiling FSPagerView FSPageViewLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
[10/10] Compiling FSPagerView FSPagerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | @IBDesignable
BUILD FAILURE 6.2 macosSpm