The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ArtAdk, reference main (15ec75), with Swift 6.2 for macOS (SPM) on 5 May 2026 13:37:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aiotrixdev/art-objectivec-adk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aiotrixdev/art-objectivec-adk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 15ec758 Merge pull request #8 from aiotrixdev/release/release-1
Cloned https://github.com/aiotrixdev/art-objectivec-adk.git
Revision (git rev-parse @):
15ec75824e7217129c67eb98abeba10063285e14
SUCCESS checkout https://github.com/aiotrixdev/art-objectivec-adk.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aiotrixdev/art-objectivec-adk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/HelperFunctions.m:6:
/Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/HelperFunctions.h:11:9: fatal error: 'ArtAdk/Types/ChannelTypes.h' file not found
   11 | #import <ArtAdk/Types/ChannelTypes.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/20] Compiling HelperFunctions.m
[0/20] Compiling HttpPoll.m
[0/20] Compiling EventEmitter.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Subscription.m:6:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Subscription.h:11:
/Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/BaseSubscription.h:11:9: fatal error: 'ArtAdk/Types/ChannelTypes.h' file not found
   11 | #import <ArtAdk/Types/ChannelTypes.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/20] Compiling Subscription.m
[0/20] Compiling LiveObjSubscription.m
[0/20] Compiling Constant.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Socket.m:6:
/Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Socket.h:11:9: fatal error: 'ArtAdk/Types/SocketTypes.h' file not found
   11 | #import <ArtAdk/Types/SocketTypes.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/20] Compiling Socket.m
[0/20] Compiling CRDTTypes.m
[0/20] Compiling Utils.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Interception.m:6:
/Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Interception.h:12:9: fatal error: 'ArtAdk/Types/SocketTypes.h' file not found
   12 | #import <ArtAdk/Types/SocketTypes.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/20] Compiling Interception.m
BUILD FAILURE 6.2 macosSpm