The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DataSource, reference master (921f9b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:52:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/allaboutapps/DataSource.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/allaboutapps/DataSource
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 921f9b9 Fixed crash when scrolling tableView with VoiceOver enabled (#42)
Cloned https://github.com/allaboutapps/DataSource.git
Revision (git rev-parse @):
921f9b92afb587b5a99361f631d41838ad261501
SUCCESS checkout https://github.com/allaboutapps/DataSource.git at master
Fetching https://github.com/tonyarnold/Differ.git
[1/2366] Fetching differ
Fetched https://github.com/tonyarnold/Differ.git from cache (1.02s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.3 (1.72s)
Creating working copy for https://github.com/tonyarnold/Differ.git
Working copy of https://github.com/tonyarnold/Differ.git resolved at 1.4.3
========================================
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": "datasource",
      "name": "DataSource",
      "url": "https://github.com/allaboutapps/DataSource.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataSource",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "differ",
          "name": "Differ",
          "url": "https://github.com/tonyarnold/Differ.git",
          "version": "1.4.6",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Differ",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/allaboutapps/DataSource.git
[1/1456] Fetching datasource
Fetched https://github.com/allaboutapps/DataSource.git from cache (1.04s)
Fetching https://github.com/tonyarnold/Differ.git from cache
Fetched https://github.com/tonyarnold/Differ.git from cache (0.46s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (1.45s)
Creating working copy for https://github.com/allaboutapps/DataSource.git
Working copy of https://github.com/allaboutapps/DataSource.git resolved at master (921f9b9)
Creating working copy for https://github.com/tonyarnold/Differ.git
Working copy of https://github.com/tonyarnold/Differ.git resolved at 1.4.6
warning: '.resolve-product-dependencies': dependency 'datasource' is not used by any target
Found 1 product dependencies
  - Differ
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/allaboutapps/DataSource.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/18] Compiling Differ NestedExtendedDiff.swift
[5/18] Compiling Differ ExtendedDiff.swift
[6/18] Compiling Differ ExtendedPatch+Apply.swift
[7/18] Compiling Differ ExtendedPatch.swift
[8/18] Compiling Differ GenericPatch.swift
[9/18] Compiling Differ Diff+UIKit.swift
[10/18] Compiling Differ Diff.swift
[11/18] Compiling Differ NestedDiff.swift
[12/18] Compiling Differ LinkedList.swift
[13/18] Compiling Differ NestedBatchUpdate.swift
[14/18] Compiling Differ Patch+Apply.swift
[15/18] Compiling Differ Patch+Sort.swift
[16/19] Compiling Differ Patch.swift
[17/19] Emitting module Differ
[18/19] Compiling Differ BatchUpdate.swift
[19/19] Compiling Differ Diff+AppKit.swift
[20/36] Compiling DataSource SeparatorLineViewModel.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[21/36] Compiling DataSource UITableViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/37] Emitting module DataSource
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[23/37] Compiling DataSource DataSource.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[24/37] Compiling DataSource Diffable.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[25/37] Compiling DataSource DataSource+UITableViewDataSourcePrefetching.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[26/37] Compiling DataSource DataSource+UITableViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[27/37] Compiling DataSource AutoRegisterCell.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[28/37] Compiling DataSource CellDescriptor.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[29/37] Compiling DataSource SeparatorCustomViewViewModel.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[30/37] Compiling DataSource SeparatorLineCell.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[31/37] Compiling DataSource DataSource+Diff.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[32/37] Compiling DataSource DataSource+UITableViewDataSource.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[33/37] Compiling DataSource Row.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[34/37] Compiling DataSource Section.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[35/37] Compiling DataSource SectionDescriptor.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[36/37] Compiling DataSource SeparatedSection.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
[37/37] Compiling DataSource UIView+AutoLayout.swift
/Users/admin/builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public enum SelectionResult {
BUILD FAILURE 6.3 macosSpm