Build Information
Failed to build ElegantPages, reference main (892408), with Swift 5.10 for macOS (SPM) on 16 Sep 2025 17:07:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/ElegantPages.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ziminny/ElegantPages
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 892408c swift 6 conforme
Cloned https://github.com/ziminny/ElegantPages.git
Revision (git rev-parse @):
892408c723f963123dd9f4ee0f0d657fe7e11238
SUCCESS checkout https://github.com/ziminny/ElegantPages.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ziminny/ElegantPages.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/18] Compiling ElegantPages ElegantPagesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[4/19] Compiling ElegantPages ElegantVPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[5/19] Compiling ElegantPages ElegantHPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[6/19] Compiling ElegantPages PageViewBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/19] Emitting module ElegantPages
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[8/19] Compiling ElegantPages ScrollDirection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[9/19] Compiling ElegantPages ElegantListManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[10/19] Compiling ElegantPages ElegantListController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[11/19] Compiling ElegantPages ElegantListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[12/19] Compiling ElegantPages ElegantPagesManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[13/19] Compiling ElegantPages PageTurnType.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[14/19] Compiling ElegantPages Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[15/19] Compiling ElegantPages PageState.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[16/19] Compiling ElegantPages Comparable+Clamped.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[17/19] Compiling ElegantPages View+Erased.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[18/19] Compiling ElegantPages ElegantHList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
[19/19] Compiling ElegantPages ElegantVList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:63: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListController.swift:7:111: error: attribute can only be applied to declarations, not types
struct ElegantListController: UIViewControllerRepresentable, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:38: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:5:86: error: attribute can only be applied to declarations, not types
struct ElegantListView<List>: View, @preconcurrency ElegantListManagerDirectAccess, @preconcurrency PageTurnTypeDirectAccess where List: View {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantHList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantHList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Lists/Public/ElegantVList.swift:5:36: error: attribute can only be applied to declarations, not types
public struct ElegantVList: View, @preconcurrency ElegantListManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 macosSpm