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.5 (3cfb11), with Swift 6.1 for macOS (SPM) on 26 Aug 2025 22:18:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Customerly/CustomerlyiOSSDK.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Customerly/CustomerlyiOSSDK
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 3cfb116 chore: bump app version
Cloned https://github.com/Customerly/CustomerlyiOSSDK.git
Revision (git rev-parse @):
3cfb116d1a7b21d1bde3dd132b151ec1b122ef7e
SUCCESS checkout https://github.com/Customerly/CustomerlyiOSSDK.git at 1.0.5
========================================
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
[3/150] Fetching customerlyiossdk
Fetched https://github.com/Customerly/CustomerlyiOSSDK.git from cache (0.68s)
Creating working copy for https://github.com/Customerly/CustomerlyiOSSDK.git
Working copy of https://github.com/Customerly/CustomerlyiOSSDK.git resolved at 1.0.5 (3cfb116)
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",
        "models/UnreadMessage.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 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
[5/13] 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
[6/13] 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
[7/13] 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
[8/13] Compiling CustomerlySDK UnreadMessage.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)
[9/13] 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
[10/13] 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
[11/13] 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
[12/13] 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
[13/13] 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
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 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
[3/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
[4/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
[5/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
[6/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
[7/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
[8/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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
[10/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
[11/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
[12/12] Compiling CustomerlySDK UnreadMessage.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