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 1.12.0 (f67716), with Swift 5.10 for macOS (SPM) on 16 Sep 2024 18:28:20 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: 1.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/Source
 * tag               1.12.0     -> FETCH_HEAD
HEAD is now at f677161 Merge branch 'release/1.12.0'
Cloned https://github.com/blackjacx/Source.git
Revision (git rev-parse @):
f67716195c49262ec97a8506553f00b11efe84e2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/Source.git at 1.12.0
========================================
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 1.12.0 (f677161)
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 UITableViewCell+Extensions.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 Reusable.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/14] Compiling Source SupplementaryViewModel.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 NSDirectionalLayoutEdges+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/14] Compiling Source HeightConfigurable.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/14] Compiling Source ModelCollection.swift
/Users/admin/builder/spi-builder-workspace/Source/ConfigurableSupplementaryView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/14] Compiling Source DataSource.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)
[12/14] Emitting module Source
/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