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 CountryPickerAKS, reference 0.7.0 (37bae9), with Swift 5.10 for macOS (SPM) on 4 Feb 2025 12:20:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aksamitsah/CountryPickerAKS.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aksamitsah/CountryPickerAKS
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 37bae95 fixed and release
Cloned https://github.com/aksamitsah/CountryPickerAKS.git
Revision (git rev-parse @):
37bae951b52484a64f96f7d717d5dcbc47e6735d
SUCCESS checkout https://github.com/aksamitsah/CountryPickerAKS.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/aksamitsah/CountryPickerAKS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying Storyboard.storyboard
[2/4] Copying Assets.xcassets
[3/4] Write swift-version-33747A42983211AE.txt
[5/13] Compiling CountryPickerAKS Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/13] Compiling CountryPickerAKS CountryData.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/13] Compiling CountryPickerAKS Models.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[8/13] Compiling CountryPickerAKS CountryListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/13] Compiling CountryPickerAKS CountryPickerCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/13] Compiling CountryPickerAKS resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[11/13] Emitting module CountryPickerAKS
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[12/13] Compiling CountryPickerAKS Bundle.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[13/13] Compiling CountryPickerAKS CountryManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/CountryListVC.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm