The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DynamicButton 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/yannickl/DynamicButton.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/yannickl/DynamicButton
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4fbd60e Bump to v6.2.1
Cloned https://github.com/yannickl/DynamicButton.git
Revision (git rev-parse @):
4fbd60e46a548e77fd118483bbb4e58d3c11c5ed
SUCCESS checkout https://github.com/yannickl/DynamicButton.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dynamicbutton",
      "name": "DynamicButton",
      "url": "https://github.com/yannickl/DynamicButton.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DynamicButton",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yannickl/DynamicButton.git
[1/1621] Fetching dynamicbutton
Fetched https://github.com/yannickl/DynamicButton.git (0.36s)
Creating working copy for https://github.com/yannickl/DynamicButton.git
Working copy of https://github.com/yannickl/DynamicButton.git resolved at master
warning: '.resolve-product-dependencies': dependency 'dynamicbutton' 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...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/30] Emitting module DynamicButton
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[2/34] Compiling DynamicButton DynamicButtonStyleCaretLeft.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[3/34] Compiling DynamicButton DynamicButtonStyleCaretRight.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[4/34] Compiling DynamicButton DynamicButtonStyleCaretUp.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[5/34] Compiling DynamicButton DynamicButtonStyleCheckMark.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[6/34] Compiling DynamicButton DynamicButton.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[7/34] Compiling DynamicButton DynamicButtonBuildableStyle.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[8/34] Compiling DynamicButton DynamicButtonPathVector.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[9/34] Compiling DynamicButton DynamicButtonStyle.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[10/34] Compiling DynamicButton DynamicButtonStyleArrowDown.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[11/34] Compiling DynamicButton DynamicButtonStyleArrowLeft.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[12/34] Compiling DynamicButton DynamicButtonStyleArrowRight.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[13/34] Compiling DynamicButton DynamicButtonStyleArrowUp.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[14/34] Compiling DynamicButton DynamicButtonStyleCaretDown.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[15/34] Compiling DynamicButton DynamicButtonStyleCircleClose.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[16/34] Compiling DynamicButton DynamicButtonStyleCirclePlus.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[17/34] Compiling DynamicButton DynamicButtonStyleClose.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[18/34] Compiling DynamicButton DynamicButtonStyleDot.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[19/34] Compiling DynamicButton DynamicButtonStyleDownload.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[20/34] Compiling DynamicButton DynamicButtonStyleFastForward.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[21/34] Compiling DynamicButton DynamicButtonStyleHamburger.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[22/34] Compiling DynamicButton DynamicButtonStyleHorizontalLine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[23/34] Compiling DynamicButton DynamicButtonStylePlay.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[24/34] Compiling DynamicButton DynamicButtonStylePlus.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[25/34] Compiling DynamicButton DynamicButtonStyleReload.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[26/34] Compiling DynamicButton DynamicButtonStyleRewind.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[27/34] Compiling DynamicButton DynamicButtonStyleHorizontalMoreOptions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[28/34] Compiling DynamicButton DynamicButtonStyleLocation.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[29/34] Compiling DynamicButton DynamicButtonStyleNone.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[30/34] Compiling DynamicButton DynamicButtonStylePause.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[31/34] Compiling DynamicButton DynamicButtonStyleStop.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[32/34] Compiling DynamicButton DynamicButtonStyleVerticalLine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[33/34] Compiling DynamicButton DynamicButtonStyleVerticalMoreOptions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[34/34] Compiling DynamicButton PathHelper.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/30] Compiling DynamicButton DynamicButtonStyleCaretLeft.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[2/30] Compiling DynamicButton DynamicButtonStyleCaretRight.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[3/30] Compiling DynamicButton DynamicButtonStyleCaretUp.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[4/30] Compiling DynamicButton DynamicButtonStyleCheckMark.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[5/34] Compiling DynamicButton DynamicButtonStyleCircleClose.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[6/34] Compiling DynamicButton DynamicButtonStyleCirclePlus.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[7/34] Compiling DynamicButton DynamicButtonStyleClose.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[8/34] Compiling DynamicButton DynamicButtonStyleDot.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[9/34] Compiling DynamicButton DynamicButtonStylePlay.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[10/34] Compiling DynamicButton DynamicButtonStylePlus.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[11/34] Compiling DynamicButton DynamicButtonStyleReload.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[12/34] Compiling DynamicButton DynamicButtonStyleRewind.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/34] Emitting module DynamicButton
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[14/34] Compiling DynamicButton DynamicButtonStyleDownload.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[15/34] Compiling DynamicButton DynamicButtonStyleFastForward.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[16/34] Compiling DynamicButton DynamicButtonStyleHamburger.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[17/34] Compiling DynamicButton DynamicButtonStyleHorizontalLine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[18/34] Compiling DynamicButton DynamicButton.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[19/34] Compiling DynamicButton DynamicButtonBuildableStyle.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[20/34] Compiling DynamicButton DynamicButtonPathVector.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[21/34] Compiling DynamicButton DynamicButtonStyle.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[22/34] Compiling DynamicButton DynamicButtonStyleArrowDown.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[23/34] Compiling DynamicButton DynamicButtonStyleHorizontalMoreOptions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[24/34] Compiling DynamicButton DynamicButtonStyleLocation.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[25/34] Compiling DynamicButton DynamicButtonStyleNone.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[26/34] Compiling DynamicButton DynamicButtonStylePause.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[27/34] Compiling DynamicButton DynamicButtonStyleArrowLeft.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[28/34] Compiling DynamicButton DynamicButtonStyleArrowRight.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[29/34] Compiling DynamicButton DynamicButtonStyleArrowUp.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[30/34] Compiling DynamicButton DynamicButtonStyleCaretDown.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[31/34] Compiling DynamicButton DynamicButtonStyleStop.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[32/34] Compiling DynamicButton DynamicButtonStyleVerticalLine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[33/34] Compiling DynamicButton DynamicButtonStyleVerticalMoreOptions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
[34/34] Compiling DynamicButton PathHelper.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DynamicButton.swift:27:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm