The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Epoxy, reference master (a2b045), with Swift 6.1 for Wasm on 20 Jun 2025 03:15:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/epoxy-ios.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/airbnb/epoxy-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a2b0450 Update CHANGELOG.md (#179)
Cloned https://github.com/airbnb/epoxy-ios.git
Revision (git rev-parse @):
a2b0450e79e98f689aab27f39b4ce821943d3d76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/airbnb/epoxy-ios.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/airbnb/epoxy-ios.git
https://github.com/airbnb/epoxy-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airbnb/swift"
    }
  ],
  "manifest_display_name" : "Epoxy",
  "name" : "Epoxy",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Epoxy",
      "targets" : [
        "Epoxy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EpoxyCore",
      "targets" : [
        "EpoxyCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EpoxyCollectionView",
      "targets" : [
        "EpoxyCollectionView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EpoxyBars",
      "targets" : [
        "EpoxyBars"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EpoxyNavigationController",
      "targets" : [
        "EpoxyNavigationController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EpoxyPresentations",
      "targets" : [
        "EpoxyPresentations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EpoxyLayoutGroups",
      "targets" : [
        "EpoxyLayoutGroups"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "CollectionDiffPerformanceTestCase.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EpoxyTests",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyTests",
      "path" : "Tests/EpoxyTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "BarsTests/BarStackViewSpec.swift",
        "BarsTests/BaseBarInstallerSpec.swift",
        "BarsTests/BottomBarInstallerSpec.swift",
        "BarsTests/SafeAreaWindow.swift",
        "BarsTests/StaticHeightBar.swift",
        "BarsTests/TopBarInstallerSpec.swift",
        "CollectionViewTests/CollectionViewSpec.swift",
        "CollectionViewTests/FlowLayoutTests.swift",
        "CollectionViewTests/ProxyDelegate.swift",
        "CollectionViewTests/ReuseIDStoreTests.swift",
        "CoreTests/CollectionDiffSpec.swift",
        "CoreTests/EpoxyModelBuilderArraySpec.swift",
        "CoreTests/EpoxyModeledSpec.swift",
        "LayoutGroupsTests/ConstrainableContainerSpec.swift",
        "LayoutGroupsTests/GroupItemSpec.swift",
        "LayoutGroupsTests/GroupPerformanceTests.swift",
        "LayoutGroupsTests/HGroupItemSpec.swift",
        "LayoutGroupsTests/HGroupSpec.swift",
        "LayoutGroupsTests/TestHelpers.swift",
        "LayoutGroupsTests/VGroupItemSpec.swift",
        "LayoutGroupsTests/VGroupSpec.swift",
        "NavigationControllerTests/NavigationQueueSpec.swift",
        "NavigationControllerTests/StubTransitionCoordinator.swift",
        "PresentationsTests/PresentationModelBuilderSpec.swift",
        "PresentationsTests/PresentationQueueSpec.swift"
      ],
      "target_dependencies" : [
        "Epoxy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EpoxyPresentations",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyPresentations",
      "path" : "Sources/EpoxyPresentations",
      "product_memberships" : [
        "Epoxy",
        "EpoxyPresentations"
      ],
      "sources" : [
        "PresentationModel.swift",
        "PresentationModelBuilder.swift",
        "PresentationModelProviding.swift",
        "PresentationQueue.swift",
        "UIViewController+PresentationModel.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EpoxyNavigationController",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyNavigationController",
      "path" : "Sources/EpoxyNavigationController",
      "product_memberships" : [
        "Epoxy",
        "EpoxyNavigationController"
      ],
      "sources" : [
        "NavigationController.swift",
        "NavigationModel.swift",
        "NavigationModelBuilder.swift",
        "NavigationQueue.swift",
        "StackProviding.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EpoxyLayoutGroups",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyLayoutGroups",
      "path" : "Sources/EpoxyLayoutGroups",
      "product_memberships" : [
        "Epoxy",
        "EpoxyLayoutGroups"
      ],
      "sources" : [
        "Constrainable/AnchoringContainer.swift",
        "Constrainable/Constrainable.swift",
        "Constrainable/ConstrainableContainer.swift",
        "Constraints/GroupConstraints.swift",
        "Constraints/HGroupConstraints.swift",
        "Constraints/VGroupConstraints.swift",
        "Extensions/EpoxyableView+GroupItem.swift",
        "Extensions/NSLayoutConstraint+Optional.swift",
        "Groups/Group.swift",
        "Groups/HGroup.swift",
        "Groups/HGroupItemAlignment.swift",
        "Groups/LayoutSpacer.swift",
        "Groups/VGroup.swift",
        "Groups/VGroupItemAlignment.swift",
        "Models/AnyGroupItem.swift",
        "Models/GroupItem.swift",
        "Models/GroupItemModeling.swift",
        "Models/GroupModelBuilder.swift",
        "Models/HGroupItem.swift",
        "Models/InternalGroupItemModeling.swift",
        "Models/SpacerItem.swift",
        "Models/StaticGroupItem.swift",
        "Models/VGroupItem.swift",
        "Providers/AccessibilityAlignmentProviding.swift",
        "Providers/GroupItemsProviding.swift",
        "Providers/HorizontalAlignmentProviding.swift",
        "Providers/MakeConstrainableProviding.swift",
        "Providers/PaddingProviding.swift",
        "Providers/ReflowsForAccessibilityTypeSizeProviding.swift",
        "Providers/VerticalAlignmentProviding.swift",
        "Types/GroupEdgeInsets.swift",
        "Types/LayoutGroupUpdateAnimation.swift",
        "Views/HGroupView.swift",
        "Views/VGroupView.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EpoxyCore",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyCore",
      "path" : "Sources/EpoxyCore",
      "product_memberships" : [
        "Epoxy",
        "EpoxyCore",
        "EpoxyCollectionView",
        "EpoxyBars",
        "EpoxyNavigationController",
        "EpoxyPresentations",
        "EpoxyLayoutGroups"
      ],
      "sources" : [
        "Diffing/Collection+Diff.swift",
        "Diffing/Diffable.swift",
        "Diffing/DiffableSection.swift",
        "Diffing/IndexChangeset.swift",
        "Diffing/SectionedChangeset.swift",
        "Logging/EpoxyLogger.swift",
        "Model/CallbackContextEpoxyModeled.swift",
        "Model/EpoxyModelArrayBuilder.swift",
        "Model/EpoxyModelProperty.swift",
        "Model/EpoxyModelStorage.swift",
        "Model/EpoxyModeled.swift",
        "Model/Internal/AnyEpoxyModelProperty.swift",
        "Model/Internal/ClassReference.swift",
        "Model/Providers/AnimatedProviding.swift",
        "Model/Providers/DataIDProviding.swift",
        "Model/Providers/DidDisplayProviding.swift",
        "Model/Providers/DidEndDisplayingProviding.swift",
        "Model/Providers/DidSelectProviding.swift",
        "Model/Providers/ErasedContentProviding.swift",
        "Model/Providers/MakeViewProviding.swift",
        "Model/Providers/SetBehaviorsProviding.swift",
        "Model/Providers/SetContentProviding.swift",
        "Model/Providers/StyleIDProviding.swift",
        "Model/Providers/TraitCollectionProviding.swift",
        "Model/Providers/ViewDifferentiatorProviding.swift",
        "Model/Providers/ViewProviding.swift",
        "Model/Providers/WillDisplayProviding.swift",
        "Model/ViewEpoxyModeled.swift",
        "SwiftUI/EpoxySwiftUIHostingController.swift",
        "SwiftUI/EpoxySwiftUIHostingView.swift",
        "SwiftUI/EpoxySwiftUIIntrinsicContentSizeInvalidator.swift",
        "SwiftUI/EpoxySwiftUILayoutMargins.swift",
        "SwiftUI/EpoxyableView+SwiftUIView.swift",
        "SwiftUI/LayoutUtilities/MeasuringViewRepresentable.swift",
        "SwiftUI/LayoutUtilities/SwiftUIMeasurementContainer.swift",
        "SwiftUI/SwiftUIView.swift",
        "SwiftUI/UIView+SwiftUIView.swift",
        "SwiftUI/UIViewConfiguringSwiftUIView.swift",
        "Views/BehaviorsConfigurableView.swift",
        "Views/ContentConfigurableView.swift",
        "Views/EpoxyableView.swift",
        "Views/StyledView.swift",
        "Views/ViewType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EpoxyCollectionView",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyCollectionView",
      "path" : "Sources/EpoxyCollectionView",
      "product_memberships" : [
        "Epoxy",
        "EpoxyCollectionView"
      ],
      "sources" : [
        "CollectionView/CollectionView.swift",
        "CollectionView/CollectionViewConfiguration.swift",
        "CollectionView/CollectionViewVisibilityMetadata.swift",
        "CollectionView/Delegates/CollectionViewAccessibilityDelegate.swift",
        "CollectionView/Delegates/CollectionViewDisplayDelegate.swift",
        "CollectionView/Delegates/CollectionViewPrefetchingDelegate.swift",
        "CollectionView/Delegates/CollectionViewReorderingDelegate.swift",
        "CollectionView/Delegates/CollectionViewTransitionLayoutDelegate.swift",
        "CollectionView/Internal/CollectionViewChangeset.swift",
        "CollectionView/Internal/CollectionViewData.swift",
        "CollectionView/Internal/CollectionViewDataSource.swift",
        "CollectionView/Internal/CollectionViewDataSourceReorderingDelegate.swift",
        "CollectionView/Internal/CollectionViewScrollToItemHelper.swift",
        "CollectionView/Internal/ReuseIDStore.swift",
        "CollectionView/ItemPath.swift",
        "CollectionView/ItemSectionPath.swift",
        "CollectionView/ReusableViews/CollectionViewCell.swift",
        "CollectionView/ReusableViews/CollectionViewReusableView.swift",
        "CollectionView/ReusableViews/FittingPrioritiesProvidingLayoutAttributes.swift",
        "CollectionView/ReusableViews/ItemCellView.swift",
        "CollectionView/ReusableViews/ItemSelectionStyle.swift",
        "CollectionView/SupplementaryItemPath.swift",
        "Layouts/CompositionalLayout/SectionModel+CompositionalLayout.swift",
        "Layouts/CompositionalLayout/UICollectionViewCompositionalLayout+Epoxy.swift",
        "Layouts/FlowLayout/CollectionView+UICollectionViewFlowLayoutDelegate.swift",
        "Layouts/FlowLayout/EpoxyModeled+UICollectionViewFlowLayout.swift",
        "Models/ItemModel/AnyItemModel.swift",
        "Models/ItemModel/EpoxyableView+ItemModel.swift",
        "Models/ItemModel/ItemCellMetadata.swift",
        "Models/ItemModel/ItemCellState.swift",
        "Models/ItemModel/ItemModel.swift",
        "Models/ItemModel/ItemModelBuilder.swift",
        "Models/ItemModel/ItemModeling.swift",
        "Models/ItemModel/SwiftUI.View+ItemModel.swift",
        "Models/Providers/DidChangeStateProviding.swift",
        "Models/Providers/IsMoveableProviding.swift",
        "Models/Providers/ItemsProviding.swift",
        "Models/Providers/SelectionStyleProviding.swift",
        "Models/Providers/SupplementaryItemsProviding.swift",
        "Models/SectionModel/SectionModel+ReuseIDs.swift",
        "Models/SectionModel/SectionModel.swift",
        "Models/SectionModel/SectionModelBuilder.swift",
        "Models/SupplementaryItemModel/AnySupplementaryItemModel.swift",
        "Models/SupplementaryItemModel/EpoxyableView+SupplementaryItemModel.swift",
        "Models/SupplementaryItemModel/SupplementaryItemModel.swift",
        "Models/SupplementaryItemModel/SupplementaryItemModeling.swift",
        "Models/SupplementaryItemModel/SwiftUI.View+SupplementaryItemModel.swift",
        "ViewControllers/CollectionViewController.swift",
        "Views/AccessibilityCustomizedView.swift",
        "Views/DisplayRespondingView.swift",
        "Views/EphemeralCachedStateView.swift",
        "Views/HighlightableView.swift",
        "Views/SelectableView.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EpoxyBars",
      "module_type" : "SwiftTarget",
      "name" : "EpoxyBars",
      "path" : "Sources/EpoxyBars",
      "product_memberships" : [
        "Epoxy",
        "EpoxyBars"
      ],
      "sources" : [
        "BarCoordinator/BarCoordinating.swift",
        "BarCoordinator/BarCoordinatorProperty.swift",
        "BarCoordinator/CoordinatedBarModel.swift",
        "BarInstaller/BarContainer.swift",
        "BarInstaller/BarInstaller.swift",
        "BarInstaller/BarInstallerConfiguration.swift",
        "BarInstaller/BarStackView.swift",
        "BarInstaller/BarWrapperView.swift",
        "BarInstaller/UIScrollView+ContentOffset.swift",
        "BarInstaller/UIView+HasHierarchyScaleTransform.swift",
        "BarInstaller/UIViewController+OriginalSafeAreaInsets.swift",
        "BarModel/AnyBarModel.swift",
        "BarModel/BarModel.swift",
        "BarModel/BarModelBuilder.swift",
        "BarModel/BarModeling.swift",
        "BarModel/EpoxyableView+BarModel.swift",
        "BarModel/InternalBarModeling.swift",
        "BarModel/SwiftUI.View+BarModel.swift",
        "BarView/HeightInvalidatingBarView.swift",
        "BarView/SafeAreaLayoutMarginsBarView.swift",
        "BottomBarInstaller/BottomBarContainer.swift",
        "BottomBarInstaller/BottomBarInstaller.swift",
        "BottomBarInstaller/BottomBarsProviding.swift",
        "Keyboard/InputAccessoryBarStackView.swift",
        "Keyboard/KeyboardPositionWatcher.swift",
        "TopBarInstaller/TopBarContainer.swift",
        "TopBarInstaller/TopBarInstaller.swift",
        "TopBarInstaller/TopBarsProviding.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Epoxy",
      "module_type" : "SwiftTarget",
      "name" : "Epoxy",
      "path" : "Sources/Epoxy",
      "product_memberships" : [
        "Epoxy"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "EpoxyCore",
        "EpoxyCollectionView",
        "EpoxyBars",
        "EpoxyNavigationController",
        "EpoxyPresentations",
        "EpoxyLayoutGroups"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/airbnb/swift
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14759] Fetching quick
[149/18987] Fetching quick, swift
[4245/38571] Fetching quick, swift, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.51s)
[5767/23812] Fetching swift, nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.96s)
[2049/4228] Fetching swift
Fetched https://github.com/airbnb/swift from cache (4.63s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (5.64s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (1.06s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.38s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.37s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.42s)
Computing version for https://github.com/airbnb/swift
Computed https://github.com/airbnb/swift at 1.0.8 (0.97s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.31s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.0.8
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
[912/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[3111455/56322403] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.12s)
Downloaded https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip (5.98s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:53:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 51 |
 52 |     let process = Process()
 53 |     process.launchPath = launchPath
    |             |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |             `- note: use 'executableURL' instead
 54 |     process.arguments = arguments
 55 |     try process.run()
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/49] Emitting module EpoxyCore
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[12/54] Compiling EpoxyCore BehaviorsConfigurableView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[13/54] Compiling EpoxyCore ContentConfigurableView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[14/54] Compiling EpoxyCore EpoxyableView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[15/54] Compiling EpoxyCore StyledView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[16/54] Compiling EpoxyCore ViewType.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[17/54] Compiling EpoxyCore MeasuringViewRepresentable.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[18/54] Compiling EpoxyCore SwiftUIMeasurementContainer.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[19/54] Compiling EpoxyCore SwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[20/54] Compiling EpoxyCore UIView+SwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[21/54] Compiling EpoxyCore UIViewConfiguringSwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[22/54] Compiling EpoxyCore ErasedContentProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[23/54] Compiling EpoxyCore MakeViewProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[24/54] Compiling EpoxyCore SetBehaviorsProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[25/54] Compiling EpoxyCore SetContentProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[26/54] Compiling EpoxyCore StyleIDProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[27/54] Compiling EpoxyCore TraitCollectionProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[28/54] Compiling EpoxyCore ViewDifferentiatorProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[29/54] Compiling EpoxyCore ViewProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[30/54] Compiling EpoxyCore WillDisplayProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[31/54] Compiling EpoxyCore ViewEpoxyModeled.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[32/54] Compiling EpoxyCore EpoxySwiftUIHostingController.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[33/54] Compiling EpoxyCore EpoxySwiftUIHostingView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[34/54] Compiling EpoxyCore EpoxySwiftUIIntrinsicContentSizeInvalidator.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[35/54] Compiling EpoxyCore EpoxySwiftUILayoutMargins.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[36/54] Compiling EpoxyCore EpoxyableView+SwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[37/54] Compiling EpoxyCore CallbackContextEpoxyModeled.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[38/54] Compiling EpoxyCore EpoxyModelArrayBuilder.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[39/54] Compiling EpoxyCore EpoxyModelProperty.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[40/54] Compiling EpoxyCore EpoxyModelStorage.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[41/54] Compiling EpoxyCore EpoxyModeled.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[42/54] Compiling EpoxyCore AnyEpoxyModelProperty.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[43/54] Compiling EpoxyCore ClassReference.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[44/54] Compiling EpoxyCore AnimatedProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[45/54] Compiling EpoxyCore DataIDProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[46/54] Compiling EpoxyCore DidDisplayProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[47/54] Compiling EpoxyCore DidEndDisplayingProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[48/54] Compiling EpoxyCore DidSelectProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[49/54] Compiling EpoxyCore Collection+Diff.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[50/54] Compiling EpoxyCore Diffable.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[51/54] Compiling EpoxyCore DiffableSection.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[52/54] Compiling EpoxyCore IndexChangeset.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[53/54] Compiling EpoxyCore SectionedChangeset.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[54/54] Compiling EpoxyCore EpoxyLogger.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:53:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 51 |
 52 |     let process = Process()
 53 |     process.launchPath = launchPath
    |             |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |             `- note: use 'executableURL' instead
 54 |     process.arguments = arguments
 55 |     try process.run()
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/42] Compiling EpoxyCore MeasuringViewRepresentable.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[5/42] Compiling EpoxyCore SwiftUIMeasurementContainer.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[6/42] Compiling EpoxyCore SwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[7/42] Compiling EpoxyCore UIView+SwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[8/42] Compiling EpoxyCore UIViewConfiguringSwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/47] Emitting module EpoxyCore
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[10/47] Compiling EpoxyCore CallbackContextEpoxyModeled.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[11/47] Compiling EpoxyCore EpoxyModelArrayBuilder.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[12/47] Compiling EpoxyCore EpoxyModelProperty.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[13/47] Compiling EpoxyCore EpoxyModelStorage.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[14/47] Compiling EpoxyCore EpoxyModeled.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[15/47] Compiling EpoxyCore AnyEpoxyModelProperty.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[16/47] Compiling EpoxyCore ClassReference.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[17/47] Compiling EpoxyCore AnimatedProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[18/47] Compiling EpoxyCore DataIDProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[19/47] Compiling EpoxyCore DidDisplayProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[20/47] Compiling EpoxyCore DidEndDisplayingProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[21/47] Compiling EpoxyCore DidSelectProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[22/47] Compiling EpoxyCore Collection+Diff.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[23/47] Compiling EpoxyCore Diffable.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[24/47] Compiling EpoxyCore DiffableSection.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[25/47] Compiling EpoxyCore IndexChangeset.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[26/47] Compiling EpoxyCore SectionedChangeset.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[27/47] Compiling EpoxyCore EpoxyLogger.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[28/47] Compiling EpoxyCore BehaviorsConfigurableView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[29/47] Compiling EpoxyCore ContentConfigurableView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[30/47] Compiling EpoxyCore EpoxyableView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[31/47] Compiling EpoxyCore StyledView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[32/47] Compiling EpoxyCore ViewType.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[33/47] Compiling EpoxyCore ErasedContentProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[34/47] Compiling EpoxyCore MakeViewProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[35/47] Compiling EpoxyCore SetBehaviorsProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[36/47] Compiling EpoxyCore SetContentProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[37/47] Compiling EpoxyCore StyleIDProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[38/47] Compiling EpoxyCore EpoxySwiftUIHostingController.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[39/47] Compiling EpoxyCore EpoxySwiftUIHostingView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[40/47] Compiling EpoxyCore EpoxySwiftUIIntrinsicContentSizeInvalidator.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[41/47] Compiling EpoxyCore EpoxySwiftUILayoutMargins.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[42/47] Compiling EpoxyCore EpoxyableView+SwiftUIView.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[43/47] Compiling EpoxyCore TraitCollectionProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[44/47] Compiling EpoxyCore ViewDifferentiatorProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[45/47] Compiling EpoxyCore ViewProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[46/47] Compiling EpoxyCore WillDisplayProviding.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
[47/47] Compiling EpoxyCore ViewEpoxyModeled.swift
/host/spi-builder-workspace/Sources/EpoxyCore/Model/Providers/TraitCollectionProviding.swift:5:8: error: no such module 'UIKit'
 3 |
 4 | #if !os(macOS)
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | /// The capability of providing a `UITraitCollection` instance.
BUILD FAILURE 6.1 wasm