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 1.0.3 (0c70f2), with Swift 6.1 for macOS (SPM) on 26 Jun 2025 03:05:26 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: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LittleGreenViper/SwipeTabController
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 0c70f29 Made a bunch of changes for iOS26
Cloned https://github.com/LittleGreenViper/SwipeTabController.git
Revision (git rev-parse @):
0c70f29fe8703310a2b1e944c196c1e8cb743eec
SUCCESS checkout https://github.com/LittleGreenViper/SwipeTabController.git at 1.0.3
========================================
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.02s)
Creating working copy for https://github.com/LittleGreenViper/SwipeTabController.git
Working copy of https://github.com/LittleGreenViper/SwipeTabController.git resolved at 1.0.3 (0c70f29)
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