The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Forked, reference main (63e36c), with Swift 6.1 for Wasm on 5 Mar 2026 01:47:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build 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:         wasm
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-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[219/8377] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.49s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
[1/74600] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.07s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (8.43s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.61s)
Fetching https://github.com/apple/swift-collections.git
[1/20404] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.88s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.55s)
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.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.99s)
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
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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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
[12/54] Emitting module Forked
[13/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 |
[14/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 |
[15/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 |
[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 Forked ForkedResource+Querying.swift
[18/56] Compiling Forked Error.swift
[19/56] Compiling Forked FileRepository.swift
[20/56] Compiling Forked ConflictingCommits.swift
[21/56] Compiling Forked ForkedResource+Merging.swift
[22/56] Compiling Forked MergeAction.swift
[23/56] Compiling Forked Mergeable.swift
[24/56] Compiling Forked QuickFork.swift
[25/56] Compiling Forked Repository.swift
[26/56] Compiling Forked AtomicRepository.swift
[27/56] Compiling Forked Commit.swift
[28/56] Compiling Forked Version.swift
[29/56] Compiling Forked VersionedModel.swift
[30/56] Emitting module Forked
[42/58] Compiling Forked Version.swift
[43/58] Compiling Forked VersionedModel.swift
[44/58] Compiling Forked ForkedResource+Updating.swift
[45/58] Compiling Forked ForkedResource.swift
[46/58] Compiling Forked ForkedResource+Merging.swift
[47/58] Compiling Forked ForkedResource+Querying.swift
[49/77] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[50/77] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[51/77] Compiling ForkedCloudKit CloudKitExchange.swift
[52/77] Emitting module ForkedCloudKit
[53/77] Compiling ForkedCloudKit CloudKitAssets.swift
[54/78] Compiling ForkedMerge Merger.swift
[55/78] Compiling ForkedMerge SetMerger.swift
[56/78] Compiling ForkedMerge TextMerger.swift
[57/78] Compiling ForkedMerge PropertyBacking.swift
[58/79] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[59/79] Compiling ForkedMerge DictionaryMerger.swift
[61/79] Compiling ForkedMerge StableTimestamp.swift
[62/79] Compiling ForkedMerge ArrayMerger.swift
[63/79] Compiling ForkedMerge PropertyMerge.swift
[69/93] Compiling ForkedMerge StableTimestamp.swift
[70/93] Compiling ForkedMerge ArrayMerger.swift
[71/93] Emitting module ForkedMerge
[72/93] Compiling ForkedMerge MergeableSet.swift
[73/93] Compiling ForkedMerge MergeableValue.swift
[75/94] Compiling ForkedMerge PropertyBacking.swift
[76/95] Compiling ForkedMerge Merger.swift
[77/95] Compiling ForkedMerge SetMerger.swift
[78/95] Compiling ForkedMerge TextMerger.swift
[79/95] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[80/95] Compiling ForkedMerge DictionaryMerger.swift
[83/95] Compiling ForkedMerge PropertyMerge.swift
[86/95] Emitting module ForkedMerge
[87/95] Compiling ForkedMerge MergeableArray.swift
[88/95] Compiling ForkedMerge MergeableDictionary.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/96] 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 |
[91/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 |
[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 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 |
[6/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 |
[7/46] 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 |
[8/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 |
[9/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 |
[10/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 |
[11/46] Compiling Forked AtomicRepository.swift
[12/46] Compiling Forked Commit.swift
[13/46] Compiling Forked QuickFork.swift
[14/46] Compiling Forked Repository.swift
[15/46] Compiling Forked MergeAction.swift
[16/46] Compiling Forked Mergeable.swift
[21/50] Compiling Forked Fork.swift
[22/50] Compiling Forked ForkOccupation.swift
[23/50] Compiling Forked ForkedResource+Updating.swift
[24/50] Compiling Forked ForkedResource.swift
[25/50] Compiling Forked ForkedResource+Merging.swift
[26/50] Compiling Forked ForkedResource+Querying.swift
[27/50] Compiling Forked Error.swift
[28/50] Compiling Forked FileRepository.swift
[33/50] Compiling Forked ConflictingCommits.swift
[35/50] Emitting module Forked
[39/50] Compiling Forked Version.swift
[40/50] Compiling Forked VersionedModel.swift
[44/51] Emitting module Forked
[49/83] Emitting module ForkedCloudKit
[50/83] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[51/83] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[52/83] Compiling ForkedCloudKit CloudKitAssets.swift
[53/83] Compiling ForkedCloudKit CloudKitExchange.swift
[54/84] Compiling ForkedMerge TextMerger.swift
[55/85] Compiling ForkedMerge PropertyBacking.swift
[56/85] Compiling ForkedMerge TextMerger.swift
[57/86] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[58/86] Compiling ForkedMerge DictionaryMerger.swift
[59/86] Compiling ForkedMerge Merger.swift
[60/86] Compiling ForkedMerge SetMerger.swift
[62/86] Compiling ForkedMerge PropertyBacking.swift
[65/86] Compiling ForkedMerge StableTimestamp.swift
[66/86] Compiling ForkedMerge ArrayMerger.swift
[67/86] Compiling ForkedMerge MergeableArray.swift
[68/86] Compiling ForkedMerge MergeableDictionary.swift
[69/86] Compiling ForkedMerge PropertyMerge.swift
[70/86] Compiling ForkedMerge MergeableSet.swift
[71/86] Compiling ForkedMerge MergeableValue.swift
[72/86] Compiling ForkedMerge PropertyMerge.swift
[77/86] Emitting module ForkedMerge
[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 wasm