The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpeziViews, reference 1.12.2 (8c12a9), with Swift 6.1 for Wasm on 2 Sep 2025 19:46:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziViews.git
Reference: 1.12.2
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/StanfordSpezi/SpeziViews
 * tag               1.12.2     -> FETCH_HEAD
HEAD is now at 8c12a94 remove localization extensions (#73)
Cloned https://github.com/StanfordSpezi/SpeziViews.git
Revision (git rev-parse @):
8c12a94fcd118128db87736b849e71dbca7d1a46
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziViews.git at 1.12.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziViews.git
https://github.com/StanfordSpezi/SpeziViews.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swift-markdown-ui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/swift-markdown-ui.git"
    }
  ],
  "manifest_display_name" : "SpeziViews",
  "name" : "SpeziViews",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziViews",
      "targets" : [
        "SpeziViews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziPersonalInfo",
      "targets" : [
        "SpeziPersonalInfo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziValidation",
      "targets" : [
        "SpeziValidation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziViewsTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziViewsTests",
      "path" : "Tests/SpeziViewsTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "ManagedNavigationStackStepIdentifierTests.swift",
        "SnapshotTests+Buttons.swift",
        "SnapshotTests+Controls.swift",
        "SnapshotTests+Lists.swift",
        "SnapshotTests+Markdown.swift",
        "SnapshotTests+Texts.swift",
        "SnapshotTests+Tiles.swift",
        "SnapshotTests.swift",
        "SpeziValidationTests.swift"
      ],
      "target_dependencies" : [
        "SpeziViews",
        "SpeziValidation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziViews",
      "module_type" : "SwiftTarget",
      "name" : "SpeziViews",
      "path" : "Sources/SpeziViews",
      "product_dependencies" : [
        "Spezi",
        "SpeziFoundation",
        "SpeziLocalization",
        "MarkdownUI"
      ],
      "product_memberships" : [
        "SpeziViews",
        "SpeziPersonalInfo",
        "SpeziValidation"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Environment/DefaultErrorDescription.swift",
        "Environment/ProcessingDebounceDuration.swift",
        "Exports.swift",
        "Model/ImageReference.swift",
        "Model/OperationState.swift",
        "Model/ViewState.swift",
        "Modules/ConfigureTipKit.swift",
        "Properties/ManagedViewUpdate.swift",
        "Styles/ReverseLabelStyle.swift",
        "Utilities/AnyLocalizedError.swift",
        "Utilities/Binding+Negate.swift",
        "Utilities/TextContentType.swift",
        "ViewModifier/ConditionalModifier.swift",
        "ViewModifier/DeviceOrientationModifier.swift",
        "ViewModifier/FocusOnTapModifier.swift",
        "ViewModifier/ProcessingOverlay.swift",
        "ViewModifier/ShimmerModifier.swift",
        "ViewModifier/SkeletonLoadingModifier.swift",
        "ViewModifier/ViewState/OperationStateAlert.swift",
        "ViewModifier/ViewState/ViewStateAlert.swift",
        "ViewModifier/ViewState/ViewStateMapper.swift",
        "Views/Button/AsyncButton.swift",
        "Views/Button/AsyncButtonProcessingStyle.swift",
        "Views/Button/DismissButton.swift",
        "Views/Button/InfoButton.swift",
        "Views/Controls/CaseIterablePicker.swift",
        "Views/Controls/OptionSetPicker.swift",
        "Views/Controls/PickerValue.swift",
        "Views/Drawing/CanvasView.swift",
        "Views/Layout/DescriptionGridRow.swift",
        "Views/Layout/DynamicHStack.swift",
        "Views/Layout/HorizontalGeometryReader.swift",
        "Views/List/LabeledContent+Init.swift",
        "Views/List/ListHeader.swift",
        "Views/List/ListRow.swift",
        "Views/ManagedNavigationStack/IllegalNavigationStepView.swift",
        "Views/ManagedNavigationStack/ManagedNavigationStack+Path.swift",
        "Views/ManagedNavigationStack/ManagedNavigationStack.swift",
        "Views/ManagedNavigationStack/NavigationStepIdentifier.swift",
        "Views/ManagedNavigationStack/NavigationStepIdentifying.swift",
        "Views/ManagedNavigationStack/NavigationStepsBuilder.swift",
        "Views/ManagedNavigationStack/NavigationStepsCollection.swift",
        "Views/Sharing/ShareSheet.swift",
        "Views/Sharing/ShareSheetInput.swift",
        "Views/Sharing/ShareableRepresentation.swift",
        "Views/Text/Label.swift",
        "Views/Text/LazyText.swift",
        "Views/Text/MarkdownView.swift",
        "Views/Text/TextContent.swift",
        "Views/Tiles/CompletedTileHeader.swift",
        "Views/Tiles/SimpleTile.swift",
        "Views/Tiles/TileHeader.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziValidation",
      "module_type" : "SwiftTarget",
      "name" : "SpeziValidation",
      "path" : "Sources/SpeziValidation",
      "product_dependencies" : [
        "SpeziFoundation",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SpeziValidation"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ValidationDebounceDuration.swift",
        "Configuration/ValidationEngine+Configuration.swift",
        "ValidationEngine.swift",
        "ValidationModifier.swift",
        "ValidationRule+Defaults.swift",
        "ValidationRule.swift",
        "ValidationState/CapturedValidationState.swift",
        "ValidationState/FailedValidationResult.swift",
        "ValidationState/ReceiveValidationModifier.swift",
        "ValidationState/ValidationContext.swift",
        "ValidationState/ValidationState.swift",
        "Views/ValidationResultsView.swift",
        "Views/VerifiableTextField.swift"
      ],
      "target_dependencies" : [
        "SpeziViews"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziPersonalInfo",
      "module_type" : "SwiftTarget",
      "name" : "SpeziPersonalInfo",
      "path" : "Sources/SpeziPersonalInfo",
      "product_memberships" : [
        "SpeziPersonalInfo"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Fields/NameFieldRow.swift",
        "Fields/NameTextField.swift",
        "UserProfileView.swift"
      ],
      "target_dependencies" : [
        "SpeziViews"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
[1/1582] Fetching spezifoundation
[1583/11175] Fetching spezifoundation, spezi
[8586/18604] Fetching spezifoundation, spezi, swift-markdown-ui
[11919/35998] Fetching spezifoundation, spezi, swift-markdown-ui, swift-collections
[35999/51370] Fetching spezifoundation, spezi, swift-markdown-ui, swift-collections, swift-snapshot-testing
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (2.58s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (5.36s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (5.37s)
Fetched https://github.com/apple/swift-collections.git from cache (5.39s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (5.44s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (7.68s)
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/swiftlang/swift-cmark
[1/1040] Fetching networkimage
[761/19228] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.86s)
Fetched https://github.com/swiftlang/swift-cmark from cache (0.87s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.3.0 (1.59s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-algorithms.git
[1/735] Fetching xctruntimeassertions
[736/2549] Fetching xctruntimeassertions, swift-atomics
[1335/8523] Fetching xctruntimeassertions, swift-atomics, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.22s)
[659/7788] Fetching swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.96s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.60s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.6.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.45s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.2 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.68s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (0.45s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
[1/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.37s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.60s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.49s)
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.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.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.3.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.6
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/64] Compiling cmark-gfm-extensions tasklist.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | CMARK_DEFINE_ONCE(registered);
      | ^
      | int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
   22 | CMARK_DEFINE_ONCE(registered);
      |                   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |                  ^
4 errors generated.
[1/64] Compiling cmark-gfm-extensions core-extensions.c
[1/64] Compiling cmark-gfm-extensions strikethrough.c
[1/64] Compiling cmark-gfm-extensions table.c
[1/64] Compiling cmark-gfm-extensions ext_scanners.c
[1/64] Compiling cmark-gfm-extensions tagfilter.c
[1/64] Compiling cmark-gfm xml.c
[1/64] Compiling cmark-gfm-extensions autolink.c
[1/64] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 37 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listRow.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.center-iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/markdownView.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/labeledContent.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/lazyText.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listHeader.list-header-instructions.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/skeletonLoading.skeleton-loading.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/listRow.ipad-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.trailing-iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/reverseLabelStyle.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listRow.iphone-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listRow.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.center.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.leading.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/caseIterablePicker.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-dismiss.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/completedTileHeader.header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/descriptionGridRow.header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-async.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/reverseLabelStyle.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.center.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listHeader.list-header-instructions.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listHeader.list-header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-info.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/listRow.ipad-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.leading-iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/optionSetPicker.option-picker.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/reverseLabelStyle.ipad-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.leading.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.trailing.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listRow.iphone-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/imageReference.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/optionSetPicker.option-picker-inline.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.trailing.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listHeader.list-header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/dynamicHStack.header.png
[0/1] Planning build
Building for debugging...
[0/63] Compiling cmark-gfm-extensions strikethrough.c
[1/63] Compiling cmark-gfm-extensions autolink.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | CMARK_DEFINE_ONCE(registered);
      | ^
      | int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
   22 | CMARK_DEFINE_ONCE(registered);
      |                   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |                  ^
4 errors generated.
[2/63] Compiling cmark-gfm-extensions core-extensions.c
[2/63] Compiling cmark-gfm-extensions ext_scanners.c
[2/63] Compiling cmark-gfm xml.c
[2/63] Compiling cmark-gfm utf8.c
[2/63] Compiling cmark-gfm-extensions table.c
[2/63] Compiling cmark-gfm syntax_extension.c
[2/63] Compiling cmark-gfm-extensions tagfilter.c
[2/63] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm