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, reference master (921f9b), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 23:26:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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.05s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.3 (0.69s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/allaboutapps/DataSource.git
[1/1456] Fetching datasource
Fetched https://github.com/allaboutapps/DataSource.git from cache (1.33s)
Fetching https://github.com/tonyarnold/Differ.git from cache
Fetched https://github.com/tonyarnold/Differ.git from cache (0.45s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.65s)
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.0
Building package at path:  $PWD
https://github.com/allaboutapps/DataSource.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/18] Compiling Differ Patch+Apply.swift
[5/18] Compiling Differ Patch+Sort.swift
[6/18] Compiling Differ NestedExtendedDiff.swift
[7/19] Compiling Differ NestedDiff.swift
[8/19] Compiling Differ ExtendedDiff.swift
[9/19] Compiling Differ ExtendedPatch+Apply.swift
[10/19] Compiling Differ ExtendedPatch.swift
[11/19] Compiling Differ GenericPatch.swift
[12/19] Compiling Differ Patch.swift
[13/19] Compiling Differ LinkedList.swift
[14/19] Compiling Differ NestedBatchUpdate.swift
[15/19] Compiling Differ Diff+UIKit.swift
[16/19] Compiling Differ Diff.swift
[17/19] Emitting module Differ
[18/19] Compiling Differ BatchUpdate.swift
[19/19] Compiling Differ Diff+AppKit.swift
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/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 {
[29/37] 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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
BUILD FAILURE 6.0 macosSpm