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 SwipeTabController, reference master (8d48b7), with Swift 6.1 for macOS (SPM) on 26 Jun 2025 17:54:25 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LittleGreenViper/SwipeTabController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LittleGreenViper/SwipeTabController
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8d48b7c Updated docs
Cloned https://github.com/LittleGreenViper/SwipeTabController.git
Revision (git rev-parse @):
8d48b7c0a3de7831415b71a6fadbfc23c8aeae4e
SUCCESS checkout https://github.com/LittleGreenViper/SwipeTabController.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": "swipetabcontroller",
      "name": "SwipeTabController",
      "url": "https://github.com/LittleGreenViper/SwipeTabController.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwipeTabController",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LittleGreenViper/SwipeTabController.git
[1/650] Fetching swipetabcontroller
Fetched https://github.com/LittleGreenViper/SwipeTabController.git from cache (1.07s)
Creating working copy for https://github.com/LittleGreenViper/SwipeTabController.git
Working copy of https://github.com/LittleGreenViper/SwipeTabController.git resolved at master (8d48b7c)
warning: '.resolve-product-dependencies': dependency 'swipetabcontroller' 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/LittleGreenViper/SwipeTabController.git
https://github.com/LittleGreenViper/SwipeTabController.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwipeTabController",
  "name" : "SwipeTabController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwipeTabController",
      "targets" : [
        "SwipeTabController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwipeTabController",
      "module_type" : "SwiftTarget",
      "name" : "SwipeTabController",
      "path" : "Sources/SwipeTabController",
      "product_memberships" : [
        "SwipeTabController"
      ],
      "sources" : [
        "LGV_SwipeTabViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SwipeTabController
/Users/admin/builder/spi-builder-workspace/Sources/SwipeTabController/LGV_SwipeTabViewController.swift:23:8: error: no such module 'UIKit'
 21 |  */
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 |
 25 | /* ###################################################################################################################################### */
[4/4] Compiling SwipeTabController LGV_SwipeTabViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeTabController/LGV_SwipeTabViewController.swift:23:8: error: no such module 'UIKit'
 21 |  */
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 |
 25 | /* ###################################################################################################################################### */
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module SwipeTabController
/Users/admin/builder/spi-builder-workspace/Sources/SwipeTabController/LGV_SwipeTabViewController.swift:23:8: error: no such module 'UIKit'
 21 |  */
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 |
 25 | /* ###################################################################################################################################### */
[3/3] Compiling SwipeTabController LGV_SwipeTabViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeTabController/LGV_SwipeTabViewController.swift:23:8: error: no such module 'UIKit'
 21 |  */
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 |
 25 | /* ###################################################################################################################################### */
BUILD FAILURE 6.1 macosSpm