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 Chat, reference main (85199c), with Swift 5.9 for macOS (SPM) on 10 Jun 2025 11:58:28 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/exyte/Chat.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exyte/Chat
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 85199c9 Merge pull request #201 from matthewrfennell/require
Cloned https://github.com/exyte/Chat.git
Revision (git rev-parse @):
85199c9590849b87d84cce903577706cf7ceac25
SUCCESS checkout https://github.com/exyte/Chat.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/exyte/Chat.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/exyte/ActivityIndicatorView
Fetching https://github.com/Giphy/giphy-ios-sdk
Fetching https://github.com/exyte/MediaPicker.git
[1/2235] Fetching mediapicker
[270/2615] Fetching mediapicker, activityindicatorview
[2616/5350] Fetching mediapicker, activityindicatorview, giphy-ios-sdk
Fetched https://github.com/Giphy/giphy-ios-sdk (48.14s)
Fetched https://github.com/exyte/ActivityIndicatorView (48.14s)
Fetched https://github.com/exyte/MediaPicker.git (48.14s)
Computing version for https://github.com/Giphy/giphy-ios-sdk
Computed https://github.com/Giphy/giphy-ios-sdk at 2.2.12 (2.53s)
Fetching https://github.com/SDWebImage/libwebp-Xcode
[1/274] Fetching libwebp-xcode
Fetched https://github.com/SDWebImage/libwebp-Xcode (0.74s)
Computing version for https://github.com/exyte/ActivityIndicatorView
Computed https://github.com/exyte/ActivityIndicatorView at 1.2.1 (0.35s)
Computing version for https://github.com/exyte/MediaPicker.git
Computed https://github.com/exyte/MediaPicker.git at 3.1.4 (0.35s)
Fetching https://github.com/exyte/AnchoredPopup.git
[1/255] Fetching anchoredpopup
Fetched https://github.com/exyte/AnchoredPopup.git (1.12s)
Computing version for https://github.com/exyte/AnchoredPopup.git
Computed https://github.com/exyte/AnchoredPopup.git at 1.0.6 (0.35s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode
Computed https://github.com/SDWebImage/libwebp-Xcode at 1.5.0 (0.51s)
Creating working copy for https://github.com/exyte/AnchoredPopup.git
Working copy of https://github.com/exyte/AnchoredPopup.git resolved at 1.0.6
Creating working copy for https://github.com/exyte/ActivityIndicatorView
Working copy of https://github.com/exyte/ActivityIndicatorView resolved at 1.2.1
Creating working copy for https://github.com/exyte/MediaPicker.git
Working copy of https://github.com/exyte/MediaPicker.git resolved at 3.1.4
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode
Working copy of https://github.com/SDWebImage/libwebp-Xcode resolved at 1.5.0
Creating working copy for https://github.com/Giphy/giphy-ios-sdk
Working copy of https://github.com/Giphy/giphy-ios-sdk resolved at 2.2.12
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ExyteChat/Resources/Media.xcassets
error: the library 'ExyteChat' requires macos 10.13, but depends on the product 'ActivityIndicatorView' which requires macos 10.15; consider changing the library 'ExyteChat' to require macos 10.15 or later, or the product 'ActivityIndicatorView' to require macos 10.13 or earlier.
BUILD FAILURE 5.9 macosSpm