The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SideMenuTransition with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/SideMenuTransition-iOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/darrarski/SideMenuTransition-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bd55019 Enable code coverage in Demo project
Cloned https://github.com/darrarski/SideMenuTransition-iOS.git
Revision (git rev-parse @):
bd55019a59a92d0b5229d7fa841ffc310cad9bc5
SUCCESS checkout https://github.com/darrarski/SideMenuTransition-iOS.git at main
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.22s)
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.22s)
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Quick (0.28s)
Fetched https://github.com/Quick/Nimble (0.35s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.0.0 (0.46s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.0.0 (0.54s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.47s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.45s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "sidemenutransition-ios",
      "name": "SideMenuTransition",
      "url": "https://github.com/darrarski/SideMenuTransition-iOS.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SideMenuTransition-iOS",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/darrarski/SideMenuTransition-iOS.git
[1/361] Fetching sidemenutransition-ios
Fetched https://github.com/darrarski/SideMenuTransition-iOS.git (0.99s)
Creating working copy for https://github.com/darrarski/SideMenuTransition-iOS.git
Working copy of https://github.com/darrarski/SideMenuTransition-iOS.git resolved at main
warning: '.resolve-product-dependencies': dependency 'sidemenutransition-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling SideMenuTransition UIViewAnimating.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Emitting module SideMenuTransition
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/8] Compiling SideMenuTransition SideMenuPresentInteractor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/8] Compiling SideMenuTransition SideMenuPresenter.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/8] Compiling SideMenuTransition SideMenuAnimator.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/8] Compiling SideMenuTransition SideMenuPresentTransition.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/8] Compiling SideMenuTransition SideMenuDismissInteractor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/8] Compiling SideMenuTransition SideMenuDismissTransition.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/8] Compiling SideMenuTransition SideMenuPresentTransition.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[2/8] Compiling SideMenuTransition SideMenuDismissTransition.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/8] Compiling SideMenuTransition SideMenuPresentInteractor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/8] Compiling SideMenuTransition SideMenuPresenter.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/8] Compiling SideMenuTransition UIViewAnimating.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module SideMenuTransition
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/8] Compiling SideMenuTransition SideMenuDismissInteractor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/8] Compiling SideMenuTransition SideMenuAnimator.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SideMenuTransition/SideMenuAnimator.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm