The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MagazineLayout, reference master (c94030), with Swift 6.1 for macOS (SPM) on 13 Feb 2026 07:53:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/MagazineLayout.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/airbnb/MagazineLayout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c940309 Fix the contentOffsetAdjustment when overscrolling (#154)
Cloned https://github.com/airbnb/MagazineLayout.git
Revision (git rev-parse @):
c940309fd4714baa4780e7086983a8c53bd24d73
SUCCESS checkout https://github.com/airbnb/MagazineLayout.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/airbnb/MagazineLayout.git
https://github.com/airbnb/MagazineLayout.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MagazineLayout",
  "name" : "MagazineLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "MagazineLayout",
      "targets" : [
        "MagazineLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MagazineLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "MagazineLayoutTests",
      "path" : "Tests",
      "sources" : [
        "ContentInsetAdjustingContentOffsetTests.swift",
        "ElementLocationFramePairsTests.swift",
        "LayoutStateTargetContentOffsetTests.swift",
        "ModelStateEmptySectionLayoutTests.swift",
        "ModelStateInitiallSetUpTests.swift",
        "ModelStateLayoutTests.swift",
        "ModelStateUpdateTests.swift",
        "RowOffsetTrackerTests.swift",
        "ScreenPixelAlignmentTests.swift",
        "TestingSupport.swift"
      ],
      "target_dependencies" : [
        "MagazineLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MagazineLayout",
      "module_type" : "SwiftTarget",
      "name" : "MagazineLayout",
      "path" : "MagazineLayout",
      "product_memberships" : [
        "MagazineLayout"
      ],
      "sources" : [
        "LayoutCore/BackgroundModel.swift",
        "LayoutCore/FooterModel.swift",
        "LayoutCore/HeaderModel.swift",
        "LayoutCore/ItemModel.swift",
        "LayoutCore/LayoutState.swift",
        "LayoutCore/ModelState.swift",
        "LayoutCore/SectionModel.swift",
        "LayoutCore/Types/CollectionViewUpdateItem.swift",
        "LayoutCore/Types/ElementLocation.swift",
        "LayoutCore/Types/ElementLocationFramePairs.swift",
        "LayoutCore/Types/IDGenerator.swift",
        "LayoutCore/Types/MagazineLayoutItemWidthMode+WidthDivisor.swift",
        "LayoutCore/Types/MagazineLayoutSectionMetrics.swift",
        "LayoutCore/Types/RowOffsetTracker.swift",
        "LayoutCore/Types/ScreenPixelAlignment.swift",
        "LayoutCore/Types/TargetContentOffsetAnchor.swift",
        "LayoutCore/Types/UITraitCollection+DisplayScale.swift",
        "Public/MagazineLayout.swift",
        "Public/MagazineLayoutCollectionViewLayoutAttributes.swift",
        "Public/MagazineLayoutInvalidationContext.swift",
        "Public/Types/MagazineLayout+Default.swift",
        "Public/Types/MagazineLayout+SupplementaryViewKinds.swift",
        "Public/Types/MagazineLayoutBackgroundVisibilityMode.swift",
        "Public/Types/MagazineLayoutFooterVisibilityMode.swift",
        "Public/Types/MagazineLayoutHeaderVisibilityMode.swift",
        "Public/Types/MagazineLayoutItemSizeMode.swift",
        "Public/Types/MagazineLayoutVerticalLayoutDirection.swift",
        "Public/UICollectionViewDelegateMagazineLayout.swift",
        "Public/Views/MagazineLayoutCollectionReusableView.swift",
        "Public/Views/MagazineLayoutCollectionViewCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/30] Emitting module MagazineLayout
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[4/33] Compiling MagazineLayout MagazineLayoutCollectionViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[5/33] Compiling MagazineLayout MagazineLayoutInvalidationContext.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[6/33] Compiling MagazineLayout MagazineLayout+Default.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[7/33] Compiling MagazineLayout TargetContentOffsetAnchor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[8/33] Compiling MagazineLayout UITraitCollection+DisplayScale.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[9/33] Compiling MagazineLayout MagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[10/33] Compiling MagazineLayout UICollectionViewDelegateMagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[11/33] Compiling MagazineLayout MagazineLayoutCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[12/33] Compiling MagazineLayout MagazineLayoutCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[13/33] Compiling MagazineLayout MagazineLayoutSectionMetrics.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[14/33] Compiling MagazineLayout RowOffsetTracker.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[15/33] Compiling MagazineLayout ScreenPixelAlignment.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[16/33] Compiling MagazineLayout SectionModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[17/33] Compiling MagazineLayout CollectionViewUpdateItem.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[18/33] Compiling MagazineLayout ElementLocation.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[19/33] Compiling MagazineLayout BackgroundModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[20/33] Compiling MagazineLayout FooterModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[21/33] Compiling MagazineLayout HeaderModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[22/33] Compiling MagazineLayout ItemModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[23/33] Compiling MagazineLayout LayoutState.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[24/33] Compiling MagazineLayout ModelState.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[25/33] Compiling MagazineLayout MagazineLayout+SupplementaryViewKinds.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[26/33] Compiling MagazineLayout MagazineLayoutBackgroundVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[27/33] Compiling MagazineLayout MagazineLayoutFooterVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[28/33] Compiling MagazineLayout MagazineLayoutHeaderVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[29/33] Compiling MagazineLayout MagazineLayoutItemSizeMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[30/33] Compiling MagazineLayout MagazineLayoutVerticalLayoutDirection.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[31/33] Compiling MagazineLayout ElementLocationFramePairs.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[32/33] Compiling MagazineLayout IDGenerator.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[33/33] Compiling MagazineLayout MagazineLayoutItemWidthMode+WidthDivisor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/29] Emitting module MagazineLayout
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[3/32] Compiling MagazineLayout MagazineLayoutHeaderVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[4/32] Compiling MagazineLayout MagazineLayoutItemSizeMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[5/32] Compiling MagazineLayout MagazineLayoutVerticalLayoutDirection.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[6/32] Compiling MagazineLayout MagazineLayoutCollectionViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[7/32] Compiling MagazineLayout MagazineLayoutInvalidationContext.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[8/32] Compiling MagazineLayout MagazineLayout+Default.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[9/32] Compiling MagazineLayout BackgroundModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[10/32] Compiling MagazineLayout FooterModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[11/32] Compiling MagazineLayout HeaderModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[12/32] Compiling MagazineLayout MagazineLayout+SupplementaryViewKinds.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[13/32] Compiling MagazineLayout MagazineLayoutBackgroundVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[14/32] Compiling MagazineLayout MagazineLayoutFooterVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[15/32] Compiling MagazineLayout ElementLocationFramePairs.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[16/32] Compiling MagazineLayout IDGenerator.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[17/32] Compiling MagazineLayout MagazineLayoutItemWidthMode+WidthDivisor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[18/32] Compiling MagazineLayout UICollectionViewDelegateMagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[19/32] Compiling MagazineLayout MagazineLayoutCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[20/32] Compiling MagazineLayout MagazineLayoutCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[21/32] Compiling MagazineLayout SectionModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[22/32] Compiling MagazineLayout CollectionViewUpdateItem.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[23/32] Compiling MagazineLayout ElementLocation.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[24/32] Compiling MagazineLayout ItemModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[25/32] Compiling MagazineLayout LayoutState.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[26/32] Compiling MagazineLayout ModelState.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[27/32] Compiling MagazineLayout TargetContentOffsetAnchor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[28/32] Compiling MagazineLayout UITraitCollection+DisplayScale.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[29/32] Compiling MagazineLayout MagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[30/32] Compiling MagazineLayout MagazineLayoutSectionMetrics.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[31/32] Compiling MagazineLayout RowOffsetTracker.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
[32/32] Compiling MagazineLayout ScreenPixelAlignment.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/LayoutState.swift:16:8: error: no such module 'UIKit'
 14 | // limitations under the License.
 15 |
 16 | import UIKit
    |        `- error: no such module 'UIKit'
 17 |
 18 | // MARK: - LayoutState
BUILD FAILURE 6.1 macosSpm