The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build DataSource with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/allaboutapps/DataSource.git
Reference: 8.1.6
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/allaboutapps/DataSource
 * tag               8.1.6      -> FETCH_HEAD
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 8.1.6
Fetching https://github.com/tonyarnold/Differ.git from cache
Computing version for https://github.com/tonyarnold/Differ.git
Fetched https://github.com/tonyarnold/Differ.git from cache (0.15s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.3 (0.61s)
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/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "datasource",
      "name": "DataSource",
      "url": "https://github.com/allaboutapps/DataSource.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataSource",
      "dependencies": [
        {
          "identity": "differ",
          "name": "Differ",
          "url": "https://github.com/tonyarnold/Differ.git",
          "version": "1.4.6",
          "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Differ",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/allaboutapps/DataSource.git from cache
Fetched https://github.com/allaboutapps/DataSource.git from cache (0.16s)
Fetching https://github.com/tonyarnold/Differ.git from cache
Fetched https://github.com/tonyarnold/Differ.git from cache (0.14s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.33s)
Creating working copy for https://github.com/allaboutapps/DataSource.git
Working copy of https://github.com/allaboutapps/DataSource.git resolved at 8.1.6 (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:             5.10
Building package at path:  $workDir
https://github.com/allaboutapps/DataSource.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/18] Compiling Differ Patch+Apply.swift
[5/18] Compiling Differ Patch+Sort.swift
[6/19] Compiling Differ NestedDiff.swift
[7/19] Compiling Differ NestedExtendedDiff.swift
[8/19] Compiling Differ Patch.swift
[9/19] Compiling Differ ExtendedPatch.swift
[10/19] Compiling Differ GenericPatch.swift
[11/19] Compiling Differ LinkedList.swift
[12/19] Compiling Differ NestedBatchUpdate.swift
[13/19] Compiling Differ Diff+UIKit.swift
[14/19] Compiling Differ Diff.swift
[15/19] Compiling Differ ExtendedDiff.swift
[16/19] Compiling Differ ExtendedPatch+Apply.swift
[17/19] Emitting module Differ
[18/19] Compiling Differ BatchUpdate.swift
[19/19] Compiling Differ Diff+AppKit.swift
[20/35] Compiling DataSource SeparatorLineCell.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/35] Compiling DataSource SeparatorLineViewModel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/37] Emitting module DataSource
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/37] Compiling DataSource UITableViewExtensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/37] Compiling DataSource UIView+AutoLayout.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/37] Compiling DataSource DataSource+UITableViewDataSource.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/37] Compiling DataSource DataSource+UITableViewDataSourcePrefetching.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/37] Compiling DataSource DataSource+UITableViewDelegate.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/37] Compiling DataSource DataSource.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/37] Compiling DataSource SeparatedSection.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/37] Compiling DataSource SeparatorCustomViewViewModel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/37] Compiling DataSource Diffable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/37] Compiling DataSource Row.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/37] Compiling DataSource Section.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/37] Compiling DataSource SectionDescriptor.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/37] Compiling DataSource AutoRegisterCell.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/37] Compiling DataSource CellDescriptor.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/37] Compiling DataSource DataSource+Diff.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/17] Emitting module DataSource
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/19] Compiling DataSource DataSource+UITableViewDataSource.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/19] Compiling DataSource DataSource+UITableViewDataSourcePrefetching.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/19] Compiling DataSource AutoRegisterCell.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/19] Compiling DataSource CellDescriptor.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/19] Compiling DataSource DataSource+Diff.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/19] Compiling DataSource Diffable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/19] Compiling DataSource Row.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/19] Compiling DataSource Section.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/19] Compiling DataSource SectionDescriptor.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/19] Compiling DataSource SeparatedSection.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/19] Compiling DataSource SeparatorCustomViewViewModel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/19] Compiling DataSource SeparatorLineCell.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/19] Compiling DataSource SeparatorLineViewModel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/19] Compiling DataSource DataSource+UITableViewDelegate.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/19] Compiling DataSource DataSource.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/19] Compiling DataSource UITableViewExtensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/19] Compiling DataSource UIView+AutoLayout.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm