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 Source, reference develop (e84e80), with Swift 5.10 for macOS (SPM) on 17 Sep 2024 13:01:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/blackjacx/Source.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/Source
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e84e80c Update copyright info
Cloned https://github.com/blackjacx/Source.git
Revision (git rev-parse @):
e84e80cefe725668250f58bfba85fe18045088d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/Source.git at develop
========================================
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": "source",
      "name": "Source",
      "url": "https://github.com/blackjacx/Source.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Source",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/blackjacx/Source.git
[1/2232] Fetching source
Fetched https://github.com/blackjacx/Source.git from cache (1.71s)
Creating working copy for https://github.com/blackjacx/Source.git
Working copy of https://github.com/blackjacx/Source.git resolved at develop (e84e80c)
warning: '.resolve-product-dependencies': dependency 'source' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/blackjacx/Source.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/13] Compiling Source SupplementaryViewModel.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/14] Compiling Source ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/14] Compiling Source UITableViewCell+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/14] Compiling Source NSDirectionalLayoutEdges+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/14] Compiling Source Section.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/14] Compiling Source Reusable.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Emitting module Source
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/14] Compiling Source DataSource.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/14] Compiling Source ModelCollection.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/14] Compiling Source HeightConfigurable.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/14] Compiling Source Configurable.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/14] Compiling Source ConfigurableSupplementaryView.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm