Build Information
Failed to build Forked, reference main (63e36c), with Swift 6.1 for Android on 5 Mar 2026 01:46:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewmccormack/Forked.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/drewmccormack/Forked
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 63e36cb Pass --traits to Android build step in CI.
Cloned https://github.com/drewmccormack/Forked.git
Revision (git rev-parse @):
63e36cb5613db27b401ea3896df310efcf8f93b9
SUCCESS checkout https://github.com/drewmccormack/Forked.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/drewmccormack/Forked.git
https://github.com/drewmccormack/Forked.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "Forked",
"name" : "Forked",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Forked",
"targets" : [
"Forked"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedMerge",
"targets" : [
"ForkedMerge"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedModel",
"targets" : [
"ForkedModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedCloudKit",
"targets" : [
"ForkedCloudKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedModelMacros",
"targets" : [
"ForkedModelMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ForkedTests",
"module_type" : "SwiftTarget",
"name" : "ForkedTests",
"path" : "Tests/ForkedTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AccumulatingInt.swift",
"ArrayMerger.swift",
"ArrayOfIdentifiableMerger.swift",
"ChangeStream.swift",
"DictionaryMerger.swift",
"FileRepository.swift",
"ForkedMergable.swift",
"ForkedModel.swift",
"ForkedModelMacros.swift",
"ManipulatingForks.swift",
"MergeableArray.swift",
"MergeableDictionary.swift",
"MergeableSet.swift",
"MergeableValue.swift",
"MergingForks.swift",
"MergingMergables.swift",
"RecursiveMerge.swift",
"Repositories.swift",
"SetMerger.swift",
"Stress.swift",
"UpdatingContents.swift"
],
"target_dependencies" : [
"Forked",
"ForkedModelMacros",
"ForkedMerge",
"ForkedModel"
],
"type" : "test"
},
{
"c99name" : "ForkedModelMacros",
"module_type" : "SwiftTarget",
"name" : "ForkedModelMacros",
"path" : "Sources/ForkedModelMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ForkedModel",
"ForkedModelMacros"
],
"sources" : [
"BackedPropertyMacro.swift",
"ForkedModelError.swift",
"ForkedModelMacro.swift",
"ForkedModelPlugin.swift",
"MergablePropertyMacro.swift",
"StructDeclSyntaxExtensions.swift",
"VariableDeclSyntaxExtensions.swift"
],
"type" : "macro"
},
{
"c99name" : "ForkedModel",
"module_type" : "SwiftTarget",
"name" : "ForkedModel",
"path" : "Sources/ForkedModel",
"product_memberships" : [
"ForkedModel"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"Forked",
"ForkedMerge",
"ForkedModelMacros"
],
"type" : "library"
},
{
"c99name" : "ForkedMerge",
"module_type" : "SwiftTarget",
"name" : "ForkedMerge",
"path" : "Sources/ForkedMerge",
"product_memberships" : [
"ForkedMerge",
"ForkedModel"
],
"sources" : [
"MergableTypes/MergeableArray.swift",
"MergableTypes/MergeableDictionary.swift",
"MergableTypes/MergeableSet.swift",
"MergableTypes/MergeableValue.swift",
"MergableTypes/StableTimestamp.swift",
"Mergers/ArrayMerger.swift",
"Mergers/ArrayOfIdentifiableMerger.swift",
"Mergers/DictionaryMerger.swift",
"Mergers/Merger.swift",
"Mergers/SetMerger.swift",
"Mergers/TextMerger.swift",
"PropertyBacking.swift",
"PropertyMerge.swift"
],
"target_dependencies" : [
"Forked"
],
"type" : "library"
},
{
"c99name" : "ForkedCloudKit",
"module_type" : "SwiftTarget",
"name" : "ForkedCloudKit",
"path" : "Sources/ForkedCloudKit",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"ForkedCloudKit"
],
"sources" : [
"CloudKitAssets.swift",
"CloudKitExchange+CKSyncEngineDelegate.swift",
"CloudKitExchange+HandlingCloudChanges.swift",
"CloudKitExchange.swift"
],
"target_dependencies" : [
"Forked"
],
"type" : "library"
},
{
"c99name" : "Forked",
"module_type" : "SwiftTarget",
"name" : "Forked",
"path" : "Sources/Forked",
"product_memberships" : [
"Forked",
"ForkedMerge",
"ForkedModel",
"ForkedCloudKit"
],
"sources" : [
"AtomicRepository.swift",
"Commit.swift",
"ConflictingCommits.swift",
"Error.swift",
"FileRepository.swift",
"Fork.swift",
"ForkOccupation.swift",
"ForkedResource+Merging.swift",
"ForkedResource+Querying.swift",
"ForkedResource+Updating.swift",
"ForkedResource.swift",
"MergeAction.swift",
"Mergeable.swift",
"QuickFork.swift",
"Repository.swift",
"Version.swift",
"VersionedModel.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2171] Fetching swift-docc-plugin
[240/8377] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.46s)
[1/74600] Fetching swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.25s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (7.85s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.65s)
Fetching https://github.com/apple/swift-collections.git
[1/20404] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.10s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3667] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ForkedCloudKit/cloudkit-schema.ckdb
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/14] Write sources
[10/14] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/54] Emitting module ForkedModelMacros
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[13/54] Emitting module Forked
[14/56] Compiling ForkedModelMacros ForkedModelPlugin.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[15/56] Compiling ForkedModelMacros VariableDeclSyntaxExtensions.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[16/56] Compiling ForkedModelMacros MergablePropertyMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[17/56] Compiling ForkedModelMacros StructDeclSyntaxExtensions.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[18/56] Compiling Forked QuickFork.swift
[19/56] Compiling Forked Repository.swift
[20/58] Compiling Forked Error.swift
[21/58] Compiling Forked FileRepository.swift
[22/58] Emitting module Forked
[23/58] Compiling Forked AtomicRepository.swift
[24/58] Compiling Forked Commit.swift
[25/58] Compiling Forked ConflictingCommits.swift
[26/58] Compiling Forked MergeAction.swift
[27/58] Compiling Forked Mergeable.swift
[28/58] Compiling Forked Version.swift
[29/58] Compiling Forked VersionedModel.swift
[30/58] Compiling Forked ForkedResource+Merging.swift
[31/58] Compiling Forked ForkedResource+Querying.swift
[32/58] Compiling Forked ForkedResource+Updating.swift
[33/58] Compiling Forked ForkedResource.swift
[34/58] Compiling Forked Fork.swift
[35/58] Compiling Forked ForkOccupation.swift
[43/72] Compiling ForkedMerge PropertyBacking.swift
[44/73] Compiling ForkedMerge TextMerger.swift
[45/73] Compiling ForkedMerge Merger.swift
[46/73] Compiling ForkedMerge SetMerger.swift
[47/73] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[48/73] Compiling ForkedMerge DictionaryMerger.swift
[49/73] Compiling ForkedMerge StableTimestamp.swift
[50/73] Compiling ForkedMerge ArrayMerger.swift
[51/73] Compiling ForkedMerge PropertyMerge.swift
[52/73] Compiling ForkedMerge MergeableSet.swift
[53/73] Compiling ForkedMerge MergeableValue.swift
[54/73] Emitting module ForkedMerge
[55/73] Compiling ForkedMerge MergeableArray.swift
[56/73] Compiling ForkedMerge MergeableDictionary.swift
[70/93] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[71/93] Compiling ForkedCloudKit CloudKitExchange.swift
[72/93] Emitting module ForkedCloudKit
[73/93] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[74/93] Compiling ForkedCloudKit CloudKitAssets.swift
[75/94] Compiling ForkedMerge PropertyBacking.swift
[76/95] Compiling ForkedMerge TextMerger.swift
[78/95] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[79/95] Compiling ForkedMerge DictionaryMerger.swift
[80/95] Compiling ForkedMerge Merger.swift
[81/95] Compiling ForkedMerge SetMerger.swift
[82/95] Compiling ForkedMerge StableTimestamp.swift
[83/95] Compiling ForkedMerge ArrayMerger.swift
[84/95] Compiling ForkedMerge PropertyMerge.swift
[85/95] Compiling ForkedMerge MergeableSet.swift
[86/95] Compiling ForkedMerge MergeableValue.swift
[87/95] Compiling ForkedMerge MergeableArray.swift
[88/95] Compiling ForkedMerge MergeableDictionary.swift
[89/95] Emitting module ForkedMerge
[91/96] Compiling ForkedModelMacros ForkedModelMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[92/96] Compiling ForkedModelMacros ForkedModelError.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[93/96] Compiling ForkedModelMacros BackedPropertyMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ForkedCloudKit/cloudkit-schema.ckdb
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/46] Compiling ForkedModelMacros StructDeclSyntaxExtensions.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[5/46] Compiling ForkedModelMacros MergablePropertyMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[6/46] Compiling ForkedModelMacros ForkedModelPlugin.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[7/46] Compiling ForkedModelMacros VariableDeclSyntaxExtensions.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/46] Emitting module ForkedModelMacros
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[9/46] Compiling Forked QuickFork.swift
[10/46] Compiling Forked Repository.swift
[11/48] Emitting module Forked
[12/48] Compiling Forked MergeAction.swift
[13/48] Compiling Forked Mergeable.swift
[14/48] Compiling Forked Version.swift
[15/48] Compiling Forked VersionedModel.swift
[16/48] Compiling Forked Error.swift
[17/48] Compiling Forked FileRepository.swift
[22/48] Compiling Forked ForkedResource+Updating.swift
[23/48] Compiling Forked ForkedResource.swift
[24/49] Compiling Forked ForkedResource+Merging.swift
[25/50] Compiling Forked ForkedResource+Querying.swift
[30/50] Compiling Forked Fork.swift
[31/50] Compiling Forked ForkOccupation.swift
[34/50] Emitting module Forked
[35/50] Compiling Forked AtomicRepository.swift
[36/50] Compiling Forked Commit.swift
[37/50] Compiling Forked ConflictingCommits.swift
[44/51] Compiling Forked Version.swift
[45/51] Compiling Forked VersionedModel.swift
[47/70] Compiling ForkedMerge TextMerger.swift
[48/71] Compiling ForkedMerge PropertyBacking.swift
[49/71] Compiling ForkedMerge Merger.swift
[50/71] Compiling ForkedMerge SetMerger.swift
[51/71] Compiling ForkedCloudKit CloudKitExchange.swift
[52/71] Emitting module ForkedCloudKit
[53/71] Compiling ForkedCloudKit CloudKitAssets.swift
[54/71] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[55/71] Compiling ForkedMerge DictionaryMerger.swift
[56/71] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[57/71] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[58/72] Compiling ForkedMerge StableTimestamp.swift
[59/72] Compiling ForkedMerge ArrayMerger.swift
[61/85] Compiling ForkedMerge PropertyMerge.swift
[62/85] Compiling ForkedMerge PropertyBacking.swift
[63/85] Compiling ForkedMerge TextMerger.swift
[64/85] Compiling ForkedMerge Merger.swift
[65/85] Compiling ForkedMerge SetMerger.swift
[66/86] Compiling ForkedMerge StableTimestamp.swift
[67/86] Compiling ForkedMerge ArrayMerger.swift
[68/86] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[69/86] Compiling ForkedMerge DictionaryMerger.swift
[70/86] Emitting module ForkedMerge
[71/86] Compiling ForkedMerge MergeableSet.swift
[72/86] Compiling ForkedMerge MergeableValue.swift
[73/86] Compiling ForkedMerge PropertyMerge.swift
[76/86] Emitting module ForkedMerge
[77/86] Compiling ForkedMerge MergeableArray.swift
[78/86] Compiling ForkedMerge MergeableDictionary.swift
[83/88] Compiling ForkedModelMacros BackedPropertyMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[84/88] Compiling ForkedModelMacros ForkedModelError.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[85/88] Compiling ForkedModelMacros ForkedModelMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
BUILD FAILURE 6.1 android