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 transitions, reference 1.0.1 (98dece), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 13:08:50 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/transitions.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/transitions
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 98decea Release `1.0.1` (#4)
Cloned https://github.com/space-code/transitions.git
Revision (git rev-parse @):
98deceae3ddc51fd2285940f8e112ac390ed2935
SUCCESS checkout https://github.com/space-code/transitions.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/space-code/transitions.git
https://github.com/space-code/transitions.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "transitions",
  "name" : "transitions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Transitions",
      "targets" : [
        "Transitions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TransitionsTests",
      "module_type" : "SwiftTarget",
      "name" : "TransitionsTests",
      "path" : "Tests/TransitionsTests",
      "sources" : [
        "TransitionsTests.swift"
      ],
      "target_dependencies" : [
        "Transitions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Transitions",
      "module_type" : "SwiftTarget",
      "name" : "Transitions",
      "path" : "Sources/Transitions",
      "product_memberships" : [
        "Transitions"
      ],
      "sources" : [
        "Classes/Core/CoreTransition.swift",
        "Classes/Core/Extensions/UIViewController+CustomTransition.swift",
        "Classes/Core/Transitions/Interfaces/ICoreTransition.swift",
        "Classes/Core/Transitions/Interfaces/IInteractiveTransition.swift",
        "Classes/CustomTransition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling Transitions CustomTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Compiling Transitions UIViewController+CustomTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[5/8] Emitting module Transitions
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[6/8] Compiling Transitions ICoreTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[7/8] Compiling Transitions IInteractiveTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[8/8] Compiling Transitions CoreTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
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/7] Emitting module Transitions
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[3/7] Compiling Transitions ICoreTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[4/7] Compiling Transitions IInteractiveTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[5/7] Compiling Transitions CustomTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[6/7] Compiling Transitions CoreTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
[7/7] Compiling Transitions UIViewController+CustomTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transitions/Classes/Core/CoreTransition.swift:6:8: error: no such module 'UIKit'
  4 | //
  5 |
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | // MARK: - CoreTransition
BUILD FAILURE 6.1 macosSpm