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 DZNEmptyDataSet, reference master (9bffa6), with Swift 6.0 for macOS (SPM) on 13 Oct 2024 22:03:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dzenbot/DZNEmptyDataSet.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dzenbot/DZNEmptyDataSet
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9bffa69 Merge pull request #469 from Jeehut/master
Cloned https://github.com/dzenbot/DZNEmptyDataSet.git
Revision (git rev-parse @):
9bffa69a83a9fa58a14b3cf43cb6dd8a63774179
SUCCESS checkout https://github.com/dzenbot/DZNEmptyDataSet.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": "dznemptydataset",
      "name": "DZNEmptyDataSet",
      "url": "https://github.com/dzenbot/DZNEmptyDataSet.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DZNEmptyDataSet",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dzenbot/DZNEmptyDataSet.git
[1/6827] Fetching dznemptydataset
Fetched https://github.com/dzenbot/DZNEmptyDataSet.git from cache (1.60s)
Creating working copy for https://github.com/dzenbot/DZNEmptyDataSet.git
Working copy of https://github.com/dzenbot/DZNEmptyDataSet.git resolved at master (9bffa69)
warning: '.resolve-product-dependencies': dependency 'dznemptydataset' 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/dzenbot/DZNEmptyDataSet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/Source/UIScrollView+EmptyDataSet.m:11:
/Users/admin/builder/spi-builder-workspace/Source/UIScrollView+EmptyDataSet.h:11:9: fatal error: 'UIKit/UIKit.h' file not found
   11 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/1] Compiling UIScrollView+EmptyDataSet.m
BUILD FAILURE 6.0 macosSpm