Build Information
Failed to build DiffableWithReload, reference master (298a2a), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 11:07:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hibernat/DiffableWithReload.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hibernat/DiffableWithReload
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 298a2af removed specializes Self (fix for XCode 13)
Cloned https://github.com/hibernat/DiffableWithReload.git
Revision (git rev-parse @):
298a2af9e3c8b2f4bb0e4caf07fc17135bbe9495
SUCCESS checkout https://github.com/hibernat/DiffableWithReload.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "diffablewithreload",
"name": "DiffableWithReload",
"url": "https://github.com/hibernat/DiffableWithReload.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DiffableWithReload",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hibernat/DiffableWithReload.git
[1/297] Fetching diffablewithreload
Fetched https://github.com/hibernat/DiffableWithReload.git from cache (0.72s)
Creating working copy for https://github.com/hibernat/DiffableWithReload.git
Working copy of https://github.com/hibernat/DiffableWithReload.git resolved at master (298a2af)
warning: '.resolve-product-dependencies': dependency 'diffablewithreload' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/hibernat/DiffableWithReload.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling DiffableWithReload ReloadingDataSourceDelegate.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[4/12] Compiling DiffableWithReload ItemsReloadSupporting.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[5/12] Compiling DiffableWithReload TableViewDiffableReloadingDataSource.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[6/12] Compiling DiffableWithReload HashableContent.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[7/12] Compiling DiffableWithReload TableViewDiffableDelegatingDataSource.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] Emitting module DiffableWithReload
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[9/12] Compiling DiffableWithReload EncodableContent.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[10/12] Compiling DiffableWithReload CollectionViewDiffableReloadingDataSource.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[11/12] Compiling DiffableWithReload CollectionViewDiffableDelegatingDataSource.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
[12/12] Compiling DiffableWithReload CellContentObject.swift
/Users/admin/builder/spi-builder-workspace/DiffableWithReload/CollectionViewDiffableDelegatingDataSource.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /**
BUILD FAILURE 6.3 macosSpm