Build Information
Failed to build Customerly, reference master (3532fc
), with Swift 5.9 for macOS (SPM) on 5 Jun 2025 14:13:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Customerly/CustomerlyiOSSDK.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Customerly/CustomerlyiOSSDK
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3532fcc fix: onNewMessageReceived typings with some values nullable
Cloned https://github.com/Customerly/CustomerlyiOSSDK.git
Revision (git rev-parse @):
3532fcc7995f17353e09c3316c0d5ab1ce53ca43
SUCCESS checkout https://github.com/Customerly/CustomerlyiOSSDK.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/Customerly/CustomerlyiOSSDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling CustomerlySDK CustomerlyCallback.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[2/10] Compiling CustomerlySDK Survey.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[3/10] Compiling CustomerlySDK CustomerlySettings.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[4/10] Compiling CustomerlySDK RealtimeCall.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[5/10] Compiling CustomerlySDK AttachmentPayload.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[6/10] Compiling CustomerlySDK Account.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[7/10] Compiling CustomerlySDK HelpCenterArticle.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module CustomerlySDK
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[9/10] Compiling CustomerlySDK CustomerlyView.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[10/10] Compiling CustomerlySDK Customerly.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.9 macosSpm