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 ElegantPages, reference 1.0.0 (9989c7), with Swift 6.1 for macOS (SPM) on 16 Sep 2025 17:07:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/ElegantPages.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ziminny/ElegantPages
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 9989c7f initial commit
Cloned https://github.com/ziminny/ElegantPages.git
Revision (git rev-parse @):
9989c7febdc2d2b116f6605606444e7627de2204
SUCCESS checkout https://github.com/ziminny/ElegantPages.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "elegantpages",
      "name": "ElegantPages",
      "url": "https://github.com/ziminny/ElegantPages.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ElegantPages",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ziminny/ElegantPages.git
[4/83] Fetching elegantpages
Fetched https://github.com/ziminny/ElegantPages.git from cache (0.65s)
Creating working copy for https://github.com/ziminny/ElegantPages.git
Working copy of https://github.com/ziminny/ElegantPages.git resolved at 1.0.0 (9989c7f)
warning: '.resolve-product-dependencies': dependency 'elegantpages' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ziminny/ElegantPages.git
https://github.com/ziminny/ElegantPages.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ElegantPages",
  "name" : "ElegantPages",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElegantPages",
      "targets" : [
        "ElegantPages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElegantPages",
      "module_type" : "SwiftTarget",
      "name" : "ElegantPages",
      "path" : "Sources/ElegantPages",
      "product_memberships" : [
        "ElegantPages"
      ],
      "sources" : [
        "Extensions/Comparable+Clamped.swift",
        "Extensions/View+Erased.swift",
        "Lists/Internal/ElegantListController.swift",
        "Lists/Internal/ElegantListView.swift",
        "Lists/Public/ElegantHList.swift",
        "Lists/Public/ElegantVList.swift",
        "Models/Internal/Constants.swift",
        "Models/Internal/PageState.swift",
        "Models/Internal/ScrollDirection.swift",
        "Models/Public/ElegantListManager.swift",
        "Models/Public/ElegantPagesManager.swift",
        "Models/Public/PageTurnType.swift",
        "Models/Public/PageViewBuilder.swift",
        "Pages/Internal/ElegantPagesView.swift",
        "Pages/Public/ElegantHPages.swift",
        "Pages/Public/ElegantVPages.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/18] Compiling ElegantPages ElegantHPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/18] Compiling ElegantPages ScrollDirection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[5/18] Compiling ElegantPages ElegantListManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[6/18] Compiling ElegantPages PageViewBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[7/18] Compiling ElegantPages ElegantPagesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[8/18] Compiling ElegantPages ElegantHList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[9/18] Compiling ElegantPages ElegantVList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[10/18] Emitting module ElegantPages
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[11/18] Compiling ElegantPages ElegantPagesManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[12/18] Compiling ElegantPages PageTurnType.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[13/18] Compiling ElegantPages ElegantListController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[14/18] Compiling ElegantPages ElegantListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[15/18] Compiling ElegantPages Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[16/18] Compiling ElegantPages PageState.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[17/18] Compiling ElegantPages Comparable+Clamped.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[18/18] Compiling ElegantPages View+Erased.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[19/19] Compiling ElegantPages ElegantVPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/17] Compiling ElegantPages ElegantPagesManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[3/17] Compiling ElegantPages PageTurnType.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[4/17] Compiling ElegantPages Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[5/17] Compiling ElegantPages PageState.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[6/17] Compiling ElegantPages ScrollDirection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[7/17] Compiling ElegantPages ElegantListManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[8/18] Compiling ElegantPages ElegantHPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[9/18] Compiling ElegantPages PageViewBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[10/18] Compiling ElegantPages ElegantPagesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[11/18] Compiling ElegantPages ElegantHList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[12/18] Compiling ElegantPages ElegantVList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[13/18] Compiling ElegantPages ElegantVPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module ElegantPages
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[15/18] Compiling ElegantPages Comparable+Clamped.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[16/18] Compiling ElegantPages View+Erased.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[17/18] Compiling ElegantPages ElegantListController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[18/18] Compiling ElegantPages ElegantListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
  |        `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
BUILD FAILURE 6.1 macosSpm