The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SListView, reference master (636afa), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 02:38:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shial4/SListView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shial4/SListView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 636afa6 Merge branch 'master' of https://github.com/shial4/SListView
Cloned https://github.com/shial4/SListView.git
Revision (git rev-parse @):
636afa685043a42e88ebc2093c31afe82d35a434
SUCCESS checkout https://github.com/shial4/SListView.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": "slistview",
      "name": "SListView",
      "url": "https://github.com/shial4/SListView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SListView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shial4/SListView.git
[1/52] Fetching slistview
Fetched https://github.com/shial4/SListView.git from cache (0.93s)
Creating working copy for https://github.com/shial4/SListView.git
Working copy of https://github.com/shial4/SListView.git resolved at master (636afa6)
warning: '.resolve-product-dependencies': dependency 'slistview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shial4/SListView.git
https://github.com/shial4/SListView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SListView",
  "name" : "SListView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SListView",
      "targets" : [
        "SListView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SListViewTests",
      "module_type" : "SwiftTarget",
      "name" : "SListViewTests",
      "path" : "Tests/SListViewTests",
      "sources" : [
        "SListViewTests.swift"
      ],
      "target_dependencies" : [
        "SListView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SListView",
      "module_type" : "SwiftTarget",
      "name" : "SListView",
      "path" : "Sources/SListView",
      "product_memberships" : [
        "SListView"
      ],
      "sources" : [
        "ListView.swift",
        "ListViewCell.swift",
        "ListViewController.swift",
        "ListViewDatasource.swift",
        "ListViewDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling SListView ListViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[4/8] Compiling SListView ListViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[5/8] Compiling SListView ListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Compiling SListView ListViewDatasource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[7/8] Emitting module SListView
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[8/8] Compiling SListView ListViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Compiling SListView ListViewDatasource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[3/7] Compiling SListView ListViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[4/7] Compiling SListView ListViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[5/7] Compiling SListView ListViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/7] Emitting module SListView
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
[7/7] Compiling SListView ListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SListView/ListView.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | enum ListViewSwipeDirection {
BUILD FAILURE 6.1 macosSpm