Build Information
Failed to build MagazineLayout, reference master (28b7b4
), with Swift 6.0 for macOS (SPM) on 17 Apr 2025 21:55:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 28b7b44 Improve bounds-change handling for bottomToTop layout (#135)
Cloned https://github.com/airbnb/MagazineLayout.git
Revision (git rev-parse @):
28b7b44504330a5e4ab22543cbd81e0db93b043c
SUCCESS checkout https://github.com/airbnb/MagazineLayout.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "magazinelayout",
"name": "MagazineLayout",
"url": "https://github.com/airbnb/MagazineLayout.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MagazineLayout",
"dependencies": [
]
}
]
}
Fetching https://github.com/airbnb/MagazineLayout.git
[1/1474] Fetching magazinelayout
Fetched https://github.com/airbnb/MagazineLayout.git from cache (1.07s)
Creating working copy for https://github.com/airbnb/MagazineLayout.git
Working copy of https://github.com/airbnb/MagazineLayout.git resolved at master (28b7b44)
warning: '.resolve-product-dependencies': dependency 'magazinelayout' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
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" : [
"ElementLocationFramePairsTests.swift",
"ModelStateEmptySectionLayoutTests.swift",
"ModelStateInitiallSetUpTests.swift",
"ModelStateLayoutTests.swift",
"ModelStateUpdateTests.swift",
"RowOffsetTrackerTests.swift",
"ScreenPixelAlignmentTests.swift",
"TargetContentOffsetAnchorTests.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/ModelState.swift",
"LayoutCore/SectionModel.swift",
"LayoutCore/Types/CollectionViewUpdateItem.swift",
"LayoutCore/Types/ElementLocation.swift",
"LayoutCore/Types/ElementLocationFramePairs.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.2.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-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/29] Emitting module MagazineLayout
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[4/31] Compiling MagazineLayout MagazineLayoutCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[5/31] Compiling MagazineLayout MagazineLayoutCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[6/31] Compiling MagazineLayout MagazineLayoutVerticalLayoutDirection.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[7/31] Compiling MagazineLayout UICollectionViewDelegateMagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[8/31] Compiling MagazineLayout MagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[9/31] Compiling MagazineLayout MagazineLayoutCollectionViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[10/31] Compiling MagazineLayout MagazineLayoutInvalidationContext.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[11/31] Compiling MagazineLayout MagazineLayout+Default.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[12/31] Compiling MagazineLayout MagazineLayout+SupplementaryViewKinds.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[13/31] Compiling MagazineLayout MagazineLayoutBackgroundVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[14/31] Compiling MagazineLayout ScreenPixelAlignment.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[15/31] Compiling MagazineLayout TargetContentOffsetAnchor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[16/31] Compiling MagazineLayout UITraitCollection+DisplayScale.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[17/31] Compiling MagazineLayout MagazineLayoutItemWidthMode+WidthDivisor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[18/31] Compiling MagazineLayout MagazineLayoutSectionMetrics.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[19/31] Compiling MagazineLayout RowOffsetTracker.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[20/31] Compiling MagazineLayout MagazineLayoutFooterVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[21/31] Compiling MagazineLayout MagazineLayoutHeaderVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[22/31] Compiling MagazineLayout MagazineLayoutItemSizeMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[23/31] Compiling MagazineLayout BackgroundModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[24/31] Compiling MagazineLayout FooterModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[25/31] Compiling MagazineLayout HeaderModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[26/31] Compiling MagazineLayout CollectionViewUpdateItem.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[27/31] Compiling MagazineLayout ElementLocation.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[28/31] Compiling MagazineLayout ElementLocationFramePairs.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[29/31] Compiling MagazineLayout ItemModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[30/31] Compiling MagazineLayout ModelState.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[31/31] Compiling MagazineLayout SectionModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/28] Compiling MagazineLayout BackgroundModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[3/28] Compiling MagazineLayout FooterModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[4/28] Compiling MagazineLayout HeaderModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/30] Emitting module MagazineLayout
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[6/30] Compiling MagazineLayout MagazineLayout+Default.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[7/30] Compiling MagazineLayout MagazineLayout+SupplementaryViewKinds.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[8/30] Compiling MagazineLayout MagazineLayoutBackgroundVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[9/30] Compiling MagazineLayout MagazineLayoutFooterVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[10/30] Compiling MagazineLayout MagazineLayoutHeaderVisibilityMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[11/30] Compiling MagazineLayout MagazineLayoutItemSizeMode.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[12/30] Compiling MagazineLayout MagazineLayoutCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[13/30] Compiling MagazineLayout MagazineLayoutCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[14/30] Compiling MagazineLayout CollectionViewUpdateItem.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[15/30] Compiling MagazineLayout ElementLocation.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[16/30] Compiling MagazineLayout ElementLocationFramePairs.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[17/30] Compiling MagazineLayout MagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[18/30] Compiling MagazineLayout MagazineLayoutCollectionViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[19/30] Compiling MagazineLayout MagazineLayoutInvalidationContext.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[20/30] Compiling MagazineLayout ItemModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[21/30] Compiling MagazineLayout ModelState.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[22/30] Compiling MagazineLayout SectionModel.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[23/30] Compiling MagazineLayout MagazineLayoutVerticalLayoutDirection.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[24/30] Compiling MagazineLayout UICollectionViewDelegateMagazineLayout.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[25/30] Compiling MagazineLayout MagazineLayoutItemWidthMode+WidthDivisor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[26/30] Compiling MagazineLayout MagazineLayoutSectionMetrics.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[27/30] Compiling MagazineLayout RowOffsetTracker.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[28/30] Compiling MagazineLayout ScreenPixelAlignment.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[29/30] Compiling MagazineLayout TargetContentOffsetAnchor.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
[30/30] Compiling MagazineLayout UITraitCollection+DisplayScale.swift
/Users/admin/builder/spi-builder-workspace/MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /// Represents a collection view update with more type-expressivity than
BUILD FAILURE 6.0 macosSpm