Build Information
Failed to build ArtAdk, reference main (15ec75), with Swift 6.3 for macOS (SPM) on 5 May 2026 13:36:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "art-objectivec-adk",
"name": "ArtAdk",
"url": "https://github.com/aiotrixdev/art-objectivec-adk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/art-objectivec-adk",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/aiotrixdev/art-objectivec-adk.git
[1/152] Fetching art-objectivec-adk
Fetched https://github.com/aiotrixdev/art-objectivec-adk.git from cache (0.74s)
Creating working copy for https://github.com/aiotrixdev/art-objectivec-adk.git
Working copy of https://github.com/aiotrixdev/art-objectivec-adk.git resolved at main (15ec758)
warning: '.resolve-product-dependencies': dependency 'art-objectivec-adk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/aiotrixdev/art-objectivec-adk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/20] Compiling CryptoTypes.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/Adk.m:9:
/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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/20] Compiling Adk.m
[11/20] Compiling Socket.m
[12/20] Compiling AuthTypes.m
[12/20] Compiling HttpPoll.m
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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[13/20] Compiling HelperFunctions.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[13/20] Compiling Subscription.m
[13/20] Compiling EventEmitter.m
[17/20] Compiling ChannelTypes.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ADK/WebSocket/BaseSubscription.m:6:
/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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18/20] Compiling BaseSubscription.m
[19/20] Compiling SocketTypes.m
BUILD FAILURE 6.3 macosSpm