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 Customerly, reference 1.0.2 (3532fc), with Swift 6.1 for macOS (SPM) on 5 Jun 2025 14:12:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Customerly/CustomerlyiOSSDK
 * tag               1.0.2      -> FETCH_HEAD
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 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "customerlyiossdk",
      "name": "Customerly",
      "url": "https://github.com/Customerly/CustomerlyiOSSDK.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CustomerlyiOSSDK",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Customerly/CustomerlyiOSSDK.git
[1/123] Fetching customerlyiossdk
Fetched https://github.com/Customerly/CustomerlyiOSSDK.git from cache (0.77s)
Creating working copy for https://github.com/Customerly/CustomerlyiOSSDK.git
Working copy of https://github.com/Customerly/CustomerlyiOSSDK.git resolved at 1.0.2 (3532fcc)
warning: '.resolve-product-dependencies': dependency 'customerlyiossdk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Customerly/CustomerlyiOSSDK.git
https://github.com/Customerly/CustomerlyiOSSDK.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Customerly",
  "name" : "Customerly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Customerly",
      "targets" : [
        "CustomerlySDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomerlySDK",
      "module_type" : "SwiftTarget",
      "name" : "CustomerlySDK",
      "path" : "CustomerlySDK",
      "product_memberships" : [
        "Customerly"
      ],
      "sources" : [
        "Customerly.swift",
        "CustomerlyCallback.swift",
        "CustomerlyView.swift",
        "models/Account.swift",
        "models/AttachmentPayload.swift",
        "models/CustomerlySettings.swift",
        "models/HelpCenterArticle.swift",
        "models/RealtimeCall.swift",
        "models/Survey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling CustomerlySDK Survey.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[4/12] Compiling CustomerlySDK RealtimeCall.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[5/12] Compiling CustomerlySDK AttachmentPayload.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[6/12] Compiling CustomerlySDK CustomerlySettings.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[7/12] Compiling CustomerlySDK HelpCenterArticle.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] Emitting module CustomerlySDK
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[9/12] Compiling CustomerlySDK CustomerlyCallback.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[10/12] Compiling CustomerlySDK Account.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[11/12] Compiling CustomerlySDK Customerly.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[12/12] Compiling CustomerlySDK CustomerlyView.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
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
[2/11] Compiling CustomerlySDK HelpCenterArticle.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[3/11] Compiling CustomerlySDK Account.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[4/11] Compiling CustomerlySDK Survey.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[5/11] Compiling CustomerlySDK RealtimeCall.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[6/11] Compiling CustomerlySDK AttachmentPayload.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[7/11] Compiling CustomerlySDK CustomerlyView.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[8/11] Compiling CustomerlySDK CustomerlyCallback.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[9/11] Compiling CustomerlySDK CustomerlySettings.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/11] Emitting module CustomerlySDK
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
[11/11] Compiling CustomerlySDK Customerly.swift
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | @preconcurrency import WebKit
  3 | import UserNotifications
BUILD FAILURE 6.1 macosSpm