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 Branch, reference master (bf5a70), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 23:45:30 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/branch.io.spm.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelisaev/branch.io.spm
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bf5a705 Trying to reach headers
Cloned https://github.com/mihaelisaev/branch.io.spm.git
Revision (git rev-parse @):
bf5a70522bcf709dab6376eeede86845e8196f21
SUCCESS checkout https://github.com/mihaelisaev/branch.io.spm.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": "branch.io.spm",
      "name": "Branch",
      "url": "https://github.com/mihaelisaev/branch.io.spm.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/branch.io.spm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mihaelisaev/branch.io.spm.git
[1/187] Fetching branch.io.spm
Fetched https://github.com/mihaelisaev/branch.io.spm.git from cache (0.88s)
Creating working copy for https://github.com/mihaelisaev/branch.io.spm.git
Working copy of https://github.com/mihaelisaev/branch.io.spm.git resolved at master (bf5a705)
warning: '.resolve-product-dependencies': dependency 'branch.io.spm' 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/mihaelisaev/branch.io.spm.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/74] Compiling Branch BNCFacebookAppLinks.m
[1/74] Compiling Branch BranchLinkProperties.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/UIViewController+Branch.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/include/UIViewController+Branch.h:10:9: fatal error: module 'UIKit' not found
   10 | @import UIKit;
      |  ~~~~~~~^~~~~
1 error generated.
[2/74] Compiling Branch UIViewController+Branch.m
[2/74] Compiling Branch BranchLoadRewardsRequest.m
[2/74] Compiling Branch BranchCloseRequest.m
[2/74] Compiling Branch BranchLogoutRequest.m
[2/74] Compiling Branch BNCContentDiscoveryManager.m
[2/74] Compiling Branch NSString+Branch.m
[2/74] Compiling Branch BNCEncodingUtils.m
[2/74] Compiling Branch BNCJSONUtility.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchOpenRequest.m:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/include/BranchContentDiscoveryManifest.h:9:
/Users/admin/builder/spi-builder-workspace/Sources/include/BranchContentPathProperties.h:11:9: fatal error: module 'UIKit' not found
   11 | @import UIKit;
      |  ~~~~~~~^~~~~
[2/74] Compiling Branch BranchOpenRequest.m
[2/74] Compiling Branch BNCDeviceSystem.m
BUILD FAILURE 6.0 macosSpm