Build Information
Failed to build Wormhole, reference 0.1.0 (dac809
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 18:08:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/wormhole.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/wormhole
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at dac809a Update README
Cloned https://github.com/giginet/wormhole.git
Revision (git rev-parse @):
dac809ac279e92a035109b8d76bc8e35df241095
SUCCESS checkout https://github.com/giginet/wormhole.git at 0.1.0
Fetching https://github.com/antitypical/Result.git
[1/2533] Fetching result
Fetched https://github.com/antitypical/Result.git from cache (0.92s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.0.0 (1.65s)
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at 4.0.0
========================================
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": "wormhole",
"name": "Wormhole",
"url": "https://github.com/giginet/wormhole.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wormhole",
"dependencies": [
{
"identity": "result",
"name": "Result",
"url": "https://github.com/antitypical/Result.git",
"version": "4.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Result",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/giginet/wormhole.git
[1/432] Fetching wormhole
Fetched https://github.com/giginet/wormhole.git from cache (0.74s)
Fetching https://github.com/antitypical/Result.git from cache
Fetched https://github.com/antitypical/Result.git from cache (0.58s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (1.28s)
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at 4.1.0
Creating working copy for https://github.com/giginet/wormhole.git
Working copy of https://github.com/giginet/wormhole.git resolved at 0.1.0 (dac809a)
warning: '.resolve-product-dependencies': dependency 'wormhole' is not used by any target
Found 1 product dependencies
- Result
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/giginet/wormhole.git
https://github.com/giginet/wormhole.git
{
"dependencies" : [
{
"identity" : "result",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/antitypical/Result.git"
}
],
"manifest_display_name" : "Wormhole",
"name" : "Wormhole",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Wormhole",
"targets" : [
"Wormhole"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WormholeTests",
"module_type" : "SwiftTarget",
"name" : "WormholeTests",
"path" : "Tests/WormholeTests",
"sources" : [
"AppStoreConnectErrorTests.swift",
"ClientTests.swift",
"EntityTests.swift",
"Fixtures.swift",
"JWTEncoderTests.swift",
"User.swift"
],
"target_dependencies" : [
"Wormhole"
],
"type" : "test"
},
{
"c99name" : "Wormhole",
"module_type" : "SwiftTarget",
"name" : "Wormhole",
"path" : "Sources/Wormhole",
"product_dependencies" : [
"Result"
],
"product_memberships" : [
"Wormhole"
],
"sources" : [
"AppStoreConnectError.swift",
"Client.swift",
"EntityType.swift",
"JWTEncoder.swift",
"Request.swift"
],
"target_dependencies" : [
"JWT"
],
"type" : "library"
},
{
"c99name" : "JWT",
"module_type" : "SystemLibraryTarget",
"name" : "JWT",
"path" : "Sources/jwt",
"product_memberships" : [
"Wormhole"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "4.2"
}
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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling Result ResultProtocol.swift
[5/8] Compiling Result NoError.swift
[6/8] Compiling Result AnyError.swift
[7/8] Emitting module Result
[8/8] Compiling Result Result.swift
[9/14] Compiling Wormhole JWTEncoder.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[10/14] Compiling Wormhole Request.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/14] Emitting module Wormhole
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[12/14] Compiling Wormhole EntityType.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[13/14] Compiling Wormhole Client.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[14/14] Compiling Wormhole AppStoreConnectError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
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/6] Compiling Result ResultProtocol.swift
[3/6] Compiling Result AnyError.swift
[4/6] Compiling Result NoError.swift
[5/6] Compiling Result Result.swift
[6/6] Emitting module Result
[7/12] Compiling Wormhole Request.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[8/12] Compiling Wormhole JWTEncoder.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Emitting module Wormhole
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[10/12] Compiling Wormhole Client.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[11/12] Compiling Wormhole AppStoreConnectError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
[12/12] Compiling Wormhole EntityType.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "jwt.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/jwt/jwt.h:1:10: error: 'jwt.h' file not found with <angled> include; use "quotes" instead
1 | #include <jwt.h>
| `- error: 'jwt.h' file not found with <angled> include; use "quotes" instead
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Wormhole/JWTEncoder.swift:2:8: error: could not build Objective-C module 'JWT'
1 | import Foundation
2 | import JWT
| `- error: could not build Objective-C module 'JWT'
3 |
4 | struct JWTEncoder {
BUILD FAILURE 6.1 macosSpm