The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JSONSchemaForm, reference main (a4feb4), with Swift 6.1 for Wasm on 19 Feb 2026 16:27:12 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: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/sirily11/swift-jsonschema-form.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/sirily11/swift-jsonschema-form
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a4feb40 fix: enum field default selection empty (#21)
Cloned https://github.com/sirily11/swift-jsonschema-form.git
Revision (git rev-parse @):
a4feb400a0bca57bc39b8ea95544c71aa768fbfd
SUCCESS checkout https://github.com/sirily11/swift-jsonschema-form.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sirily11/swift-jsonschema-form.git
https://github.com/sirily11/swift-jsonschema-form.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-json-schema",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sirily11/swift-json-schema"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector"
    }
  ],
  "manifest_display_name" : "JSONSchemaForm",
  "name" : "JSONSchemaForm",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONSchemaForm",
      "targets" : [
        "JSONSchemaForm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONSchemaValidator",
      "targets" : [
        "JSONSchemaValidator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaValidatorTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaValidatorTests",
      "path" : "Sources/JSONSchemaValidatorTests",
      "sources" : [
        "ArrayValidatorTests.swift",
        "CombinatorsValidatorTests.swift",
        "EnumValidatorTests.swift",
        "FormatValidatorTests.swift",
        "IntegrationTests.swift",
        "JSONSchemaTypeTests.swift",
        "NumberValidatorTests.swift",
        "ObjectValidatorTests.swift",
        "StringValidatorTests.swift",
        "TypeValidatorTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaValidator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaValidator",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaValidator",
      "path" : "Sources/JSONSchemaValidator",
      "product_dependencies" : [
        "JSONSchema"
      ],
      "product_memberships" : [
        "JSONSchemaForm",
        "JSONSchemaValidator"
      ],
      "sources" : [
        "JSONSchemaValidating.swift",
        "JSONSchemaValidator.swift",
        "ValidationError.swift",
        "Validators/ArrayValidator.swift",
        "Validators/CombinatorsValidator.swift",
        "Validators/EnumValidator.swift",
        "Validators/FormatValidator.swift",
        "Validators/NumberValidator.swift",
        "Validators/ObjectValidator.swift",
        "Validators/StringValidator.swift",
        "Validators/TypeValidator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONSchemaFormTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaFormTests",
      "path" : "Sources/JSONSchemaFormTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "FieldTemplateTests.swift",
        "FormDataEncodableTests.swift",
        "JSONSchemaForm+AllOfTests.swift",
        "JSONSchemaForm+ArrayTests.swift",
        "JSONSchemaForm+BooleanTests.swift",
        "JSONSchemaForm+ControllerTests.swift",
        "JSONSchemaForm+DefaultWithRefsTests.swift",
        "JSONSchemaForm+EnumTests.swift",
        "JSONSchemaForm+FieldOrderTests.swift",
        "JSONSchemaForm+IfThenElseTests.swift",
        "JSONSchemaForm+NumberTests.swift",
        "JSONSchemaForm+ObjectTests.swift",
        "JSONSchemaForm+OneOfTests.swift",
        "JSONSchemaForm+SchemaTests.swift",
        "JSONSchemaForm+StringTests.swift",
        "JSONSchemaForm+StringWidgetTests.swift",
        "JSONSchemaFormControllerTests.swift",
        "TestSchema.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaForm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaForm",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaForm",
      "path" : "Sources/JSONSchemaForm",
      "product_dependencies" : [
        "JSONSchema",
        "Collections"
      ],
      "product_memberships" : [
        "JSONSchemaForm"
      ],
      "sources" : [
        "Controller/FormContext.swift",
        "Controller/JSONSchemaFormController.swift",
        "Fields/AllOfField.swift",
        "Fields/AnyOfField.swift",
        "Fields/ArrayField.swift",
        "Fields/BooleanField.swift",
        "Fields/DescriptionField.swift",
        "Fields/EnumField.swift",
        "Fields/Fields.swift",
        "Fields/InvalidValueType.swift",
        "Fields/MultiSchemaField.swift",
        "Fields/NullField.swift",
        "Fields/NumberField.swift",
        "Fields/ObjectField.swift",
        "Fields/OneOfField.swift",
        "Fields/SchemaField.swift",
        "Fields/StringField.swift",
        "Fields/TitleField.swift",
        "Fields/UnsupportedField.swift",
        "JSONSchemaForm.swift",
        "Registry.swift",
        "Templates/ArrayFieldDescriptionTemplate.swift",
        "Templates/ArrayFieldItemTemplate.swift",
        "Templates/ArrayFieldTemplate.swift",
        "Templates/ArrayFieldTitleTemplate.swift",
        "Templates/BaseInputTemplate.swift",
        "Templates/ButtonTemplates/AddButton.swift",
        "Templates/ButtonTemplates/ButtonTemplates.swift",
        "Templates/ButtonTemplates/IconButton.swift",
        "Templates/ButtonTemplates/SubmitButton.swift",
        "Templates/DescriptionFieldTemplate.swift",
        "Templates/ErrorListTemplate.swift",
        "Templates/FieldErrorTemplate.swift",
        "Templates/FieldHelpTemplate.swift",
        "Templates/FieldTemplate.swift",
        "Templates/ObjectFieldTemplate.swift",
        "Templates/RegistryTemplates.swift",
        "Templates/TemplateProps.swift",
        "Templates/Templates.swift",
        "Templates/TitleFieldTemplate.swift",
        "Templates/UnsupportedFieldTemplate.swift",
        "Templates/WrapIfAdditionalTemplate.swift",
        "Theme.swift",
        "Types/EnumValue.swift",
        "Types/FormData.swift",
        "Utils/ConditionEvaluator.swift",
        "Utils/PropertyOrderExtractor.swift",
        "Utils/RegistryUtils.swift",
        "Utils/SchemaMerger.swift",
        "Utils/SchemaPreprocessor.swift",
        "Utils/SchemaUtils.swift",
        "Utils/UISchemaUtils.swift",
        "Utils/Validation.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaValidator"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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: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-collections
Fetching https://github.com/sirily11/swift-json-schema
Fetching https://github.com/nalexn/ViewInspector
[1/174] Fetching swift-json-schema
[175/19882] Fetching swift-json-schema, swift-collections
[1949/32610] Fetching swift-json-schema, swift-collections, viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (0.54s)
[9831/19882] Fetching swift-json-schema, swift-collections
Fetched https://github.com/sirily11/swift-json-schema from cache (1.15s)
Fetched https://github.com/apple/swift-collections from cache (1.18s)
Computing version for https://github.com/sirily11/swift-json-schema
Computed https://github.com/sirily11/swift-json-schema at 1.0.2 (1.79s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.3 (0.56s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.81s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/sirily11/swift-json-schema
Working copy of https://github.com/sirily11/swift-json-schema resolved at 1.0.2
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.10.3
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/39] Compiling InternalCollectionsUtilities Debugging.swift
[14/39] Compiling InternalCollectionsUtilities Descriptions.swift
[15/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/41] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/41] Compiling InternalCollectionsUtilities Integer rank.swift
[25/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/41] Emitting module InternalCollectionsUtilities
[27/41] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/41] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[30/41] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[32/316] Compiling HeapModule Heap+Invariants.swift
[33/316] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/316] Compiling HeapModule Heap+Descriptions.swift
[35/316] Compiling HashTreeCollections _HashNode+Structural merge.swift
[36/316] Compiling HashTreeCollections _AncestorHashSlots.swift
[37/318] Compiling HeapModule _HeapNode.swift
[38/318] Compiling HeapModule Heap.swift
[39/318] Compiling HashTreeCollections _HashNode+Structural filter.swift
[40/318] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[41/318] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[42/318] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[43/318] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[44/318] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[45/318] Compiling HeapModule Heap+UnsafeHandle.swift
[46/318] Emitting module HeapModule
[48/319] Compiling HashTreeCollections TreeSet+Hashable.swift
[49/319] Compiling HashTreeCollections TreeSet+Sendable.swift
[50/319] Compiling HashTreeCollections TreeSet+Sequence.swift
[51/319] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[52/319] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[53/319] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[54/319] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[55/319] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[56/319] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[57/319] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[58/329] Compiling HashTreeCollections TreeDictionary+Collection.swift
[59/329] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[60/329] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[61/329] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[62/329] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[63/329] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[64/329] Compiling HashTreeCollections TreeDictionary+Filter.swift
[65/329] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[66/329] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[67/329] Compiling HashTreeCollections TreeDictionary+Keys.swift
[68/329] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[69/329] Compiling HashTreeCollections TreeDictionary+Merge.swift
[70/329] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[71/329] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[72/336] Compiling DequeModule _DequeSlot.swift
[73/336] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/336] Emitting module BitCollections
[75/343] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[76/343] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[77/343] Compiling HashTreeCollections _Bitmap.swift
[78/343] Compiling HashTreeCollections _Bucket.swift
[79/343] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[80/343] Compiling HashTreeCollections _HashNode+Structural union.swift
[81/343] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[82/343] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[83/343] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[84/343] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[85/343] Compiling HashTreeCollections _HashNode.swift
[86/343] Compiling HashTreeCollections _HashNode+Builder.swift
[87/343] Compiling HashTreeCollections _HashNode+Debugging.swift
[88/343] Compiling HashTreeCollections _HashNode+Initializers.swift
[89/343] Compiling HashTreeCollections _HashNode+Invariants.swift
[90/343] Compiling HashTreeCollections _HashNode+Lookups.swift
[91/343] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[92/343] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[99/343] Compiling HashTreeCollections _HashNodeHeader.swift
[100/343] Compiling HashTreeCollections _HashSlot.swift
[101/343] Compiling HashTreeCollections _HashStack.swift
[102/343] Compiling HashTreeCollections _HashTreeIterator.swift
[103/343] Compiling HashTreeCollections _HashTreeStatistics.swift
[104/343] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[105/343] Compiling HashTreeCollections _RawHashNode.swift
[106/343] Compiling HashTreeCollections _UnmanagedHashNode.swift
[107/343] Compiling HashTreeCollections _UnsafePath.swift
[108/343] Compiling HashTreeCollections TreeDictionary+Codable.swift
[109/343] Compiling JSONSchema JSONSchema+Null.swift
[110/343] Compiling JSONSchema JSONSchema+Number.swift
[111/343] Compiling JSONSchema JSONSchema+Object.swift
[112/343] Compiling JSONSchema JSONSchema+String.swift
[113/343] Compiling HashTreeCollections _HashNode+Storage.swift
[114/343] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[117/343] Emitting module JSONSchema
[136/344] Compiling BitCollections Range+Utilities.swift
[137/344] Compiling BitCollections Slice+Utilities.swift
[138/344] Compiling BitCollections UInt+Tricks.swift
[139/344] Compiling BitCollections _Word.swift
[140/344] Compiling OrderedCollections OrderedSet.swift
[141/344] Compiling OrderedCollections _UnsafeBitset.swift
[142/344] Compiling HashTreeCollections TreeSet+Equatable.swift
[143/344] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[144/344] Compiling HashTreeCollections TreeSet+Extras.swift
[145/344] Compiling HashTreeCollections TreeSet+Filter.swift
[170/344] Compiling BitCollections BitSet.Index.swift
[171/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[172/344] Compiling BitCollections BitSet.swift
[173/344] Emitting module DequeModule
[174/345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[175/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[176/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[177/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[178/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[179/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[180/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[181/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[182/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[183/345] Compiling HashTreeCollections TreeSet.swift
[185/345] Compiling JSONSchema JSONSchema.swift
[239/367] Compiling JSONSchemaValidator ValidationError.swift
[240/367] Compiling JSONSchemaValidator ArrayValidator.swift
[241/367] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[242/367] Compiling JSONSchemaValidator JSONSchemaValidator.swift
[243/367] Compiling JSONSchemaValidator CombinatorsValidator.swift
[244/367] Compiling JSONSchemaValidator EnumValidator.swift
[283/367] Emitting module OrderedCollections
[295/368] Emitting module _RopeModule
[329/368] Compiling JSONSchemaValidator StringValidator.swift
[330/369] Compiling JSONSchemaValidator ObjectValidator.swift
[331/369] Compiling _RopeModule Rope+Join.swift
[332/369] Compiling _RopeModule Rope+MutatingForEach.swift
[333/369] Compiling _RopeModule Rope+Remove.swift
[334/369] Compiling _RopeModule Rope+RemoveSubrange.swift
[335/369] Compiling _RopeModule Rope+Split.swift
[336/369] Compiling _RopeModule Optional Utilities.swift
[337/369] Compiling _RopeModule String Utilities.swift
[338/369] Compiling _RopeModule String.Index+ABI.swift
[339/369] Compiling _RopeModule _CharacterRecognizer.swift
[340/369] Compiling JSONSchemaValidator NumberValidator.swift
[341/369] Emitting module HashTreeCollections
[345/370] Compiling JSONSchemaValidator FormatValidator.swift
[346/370] Compiling JSONSchemaValidator TypeValidator.swift
[368/371] Emitting module JSONSchemaValidator
[373/374] Emitting module Collections
[374/374] Compiling Collections Collections.swift
[376/423] Compiling JSONSchemaForm OneOfField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[377/423] Compiling JSONSchemaForm SchemaField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[378/423] Compiling JSONSchemaForm StringField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[379/423] Compiling JSONSchemaForm TitleField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[380/423] Compiling JSONSchemaForm UnsupportedField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[381/423] Compiling JSONSchemaForm JSONSchemaForm.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[382/423] Compiling JSONSchemaForm Registry.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[383/429] Compiling JSONSchemaForm EnumField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[384/429] Compiling JSONSchemaForm Fields.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[385/429] Compiling JSONSchemaForm InvalidValueType.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[386/429] Compiling JSONSchemaForm MultiSchemaField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[387/429] Compiling JSONSchemaForm NullField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[388/429] Compiling JSONSchemaForm NumberField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[389/429] Compiling JSONSchemaForm ObjectField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
error: emit-module command failed with exit code 1 (use -v to see invocation)
[390/429] Emitting module JSONSchemaForm
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[391/429] Compiling JSONSchemaForm FormContext.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[392/429] Compiling JSONSchemaForm JSONSchemaFormController.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[393/429] Compiling JSONSchemaForm AllOfField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[394/429] Compiling JSONSchemaForm AnyOfField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[395/429] Compiling JSONSchemaForm ArrayField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[396/429] Compiling JSONSchemaForm BooleanField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[397/429] Compiling JSONSchemaForm DescriptionField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[398/429] Compiling JSONSchemaForm ArrayFieldDescriptionTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[399/429] Compiling JSONSchemaForm ArrayFieldItemTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[400/429] Compiling JSONSchemaForm ArrayFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[401/429] Compiling JSONSchemaForm ArrayFieldTitleTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[402/429] Compiling JSONSchemaForm BaseInputTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[403/429] Compiling JSONSchemaForm AddButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[404/429] Compiling JSONSchemaForm ButtonTemplates.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[405/429] Compiling JSONSchemaForm ObjectFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[406/429] Compiling JSONSchemaForm RegistryTemplates.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[407/429] Compiling JSONSchemaForm TemplateProps.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[408/429] Compiling JSONSchemaForm Templates.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[409/429] Compiling JSONSchemaForm TitleFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[410/429] Compiling JSONSchemaForm UnsupportedFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[411/429] Compiling JSONSchemaForm IconButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[412/429] Compiling JSONSchemaForm SubmitButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[413/429] Compiling JSONSchemaForm DescriptionFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[414/429] Compiling JSONSchemaForm ErrorListTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[415/429] Compiling JSONSchemaForm FieldErrorTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[416/429] Compiling JSONSchemaForm FieldHelpTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[417/429] Compiling JSONSchemaForm FieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[418/429] Compiling JSONSchemaForm WrapIfAdditionalTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[419/429] Compiling JSONSchemaForm Theme.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[420/429] Compiling JSONSchemaForm EnumValue.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[421/429] Compiling JSONSchemaForm FormData.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[422/429] Compiling JSONSchemaForm ConditionEvaluator.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[423/429] Compiling JSONSchemaForm PropertyOrderExtractor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[424/429] Compiling JSONSchemaForm RegistryUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[425/429] Compiling JSONSchemaForm SchemaMerger.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[426/429] Compiling JSONSchemaForm SchemaPreprocessor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[427/429] Compiling JSONSchemaForm SchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[428/429] Compiling JSONSchemaForm UISchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[429/429] Compiling JSONSchemaForm Validation.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
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: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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling JSONSchema JSONSchema+Number.swift
[3/29] Compiling JSONSchema JSONSchema+Null.swift
[4/29] Compiling JSONSchema JSONSchema+String.swift
[5/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[7/31] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[8/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[10/31] Compiling InternalCollectionsUtilities Integer rank.swift
[11/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/31] Compiling JSONSchema JSONSchema+Object.swift
[14/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/31] Compiling JSONSchema JSONSchema+Enum.swift
[16/31] Compiling JSONSchema JSONSchema+Integer.swift
[19/31] Emitting module JSONSchema
[20/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[21/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[22/31] Emitting module InternalCollectionsUtilities
[23/31] Compiling JSONSchema JSONSchema.swift
[25/32] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/32] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/32] Compiling InternalCollectionsUtilities Descriptions.swift
[31/32] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/32] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/318] Compiling JSONSchemaValidator StringValidator.swift
[35/319] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/319] Compiling OrderedCollections _HashTable+Constants.swift
[37/319] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[38/321] Compiling HeapModule Heap+Descriptions.swift
[39/321] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[40/321] Compiling OrderedCollections OrderedDictionary+Elements.swift
[41/321] Compiling JSONSchemaValidator NumberValidator.swift
[42/321] Compiling JSONSchemaValidator ObjectValidator.swift
[43/321] Compiling HeapModule _HeapNode.swift
[44/321] Compiling JSONSchemaValidator FormatValidator.swift
[45/321] Compiling JSONSchemaValidator TypeValidator.swift
[46/321] Compiling HeapModule Heap.swift
[47/321] Compiling OrderedCollections _HashTable+Testing.swift
[48/321] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/321] Compiling HeapModule Heap+Invariants.swift
[50/321] Compiling HeapModule Heap+UnsafeHandle.swift
[51/321] Compiling OrderedCollections _HashTable.swift
[52/321] Compiling OrderedCollections _Hashtable+Header.swift
[55/321] Emitting module HeapModule
[57/322] Compiling DequeModule _DequeSlot.swift
[58/322] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/322] Compiling _RopeModule Rope+ForEachWhile.swift
[60/322] Compiling _RopeModule Rope+Insert.swift
[61/322] Compiling HashTreeCollections TreeSet+Sequence.swift
[62/322] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[63/322] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[64/322] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[65/322] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[66/322] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/322] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/322] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[71/332] Emitting module JSONSchemaValidator
[72/332] Compiling OrderedCollections _HashTable+Bucket.swift
[73/332] Compiling OrderedCollections _HashTable+BucketIterator.swift
[74/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[75/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[76/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[77/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[78/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[79/333] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[80/333] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[81/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[82/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[83/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[84/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[85/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[86/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[87/333] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/340] Emitting module BitCollections
[90/347] Compiling OrderedCollections OrderedDictionary+Codable.swift
[91/347] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[92/347] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[93/347] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/347] Compiling OrderedCollections OrderedSet+Initializers.swift
[95/347] Compiling OrderedCollections OrderedSet+Insertions.swift
[96/347] Compiling OrderedCollections OrderedSet+Invariants.swift
[97/347] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[98/347] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[99/347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[100/347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[101/347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[102/347] Compiling OrderedCollections OrderedDictionary.swift
[103/347] Compiling OrderedCollections OrderedSet+Codable.swift
[104/347] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[105/347] Compiling OrderedCollections OrderedSet+Descriptions.swift
[106/347] Compiling OrderedCollections OrderedSet+Diffing.swift
[107/347] Compiling OrderedCollections OrderedSet+Equatable.swift
[108/347] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[109/347] Compiling OrderedCollections OrderedSet+Hashable.swift
[118/347] Compiling BitCollections BitSet.Index.swift
[119/347] Compiling BitCollections BitSet._UnsafeHandle.swift
[120/347] Compiling BitCollections BitSet.swift
[121/347] Compiling BitCollections Range+Utilities.swift
[122/347] Compiling BitCollections Slice+Utilities.swift
[123/347] Compiling BitCollections UInt+Tricks.swift
[124/347] Compiling BitCollections _Word.swift
[125/347] Compiling OrderedCollections OrderedSet.swift
[126/347] Compiling OrderedCollections _UnsafeBitset.swift
[127/347] Compiling _RopeModule Rope+Sequence.swift
[128/347] Compiling _RopeModule Rope+Append.swift
[129/347] Compiling _RopeModule Rope+Extract.swift
[130/347] Compiling _RopeModule Rope+Find.swift
[169/347] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[170/347] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[171/347] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[172/347] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[173/347] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[174/347] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[175/347] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[176/347] Compiling OrderedCollections OrderedDictionary+Values.swift
[177/347] Emitting module DequeModule
[186/348] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[187/348] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[188/348] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[189/348] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[190/348] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[191/348] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[192/348] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[193/348] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[194/348] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[195/348] Compiling HashTreeCollections TreeSet.swift
[306/358] Emitting module OrderedCollections
[308/359] Emitting module _RopeModule
[341/359] Emitting module HashTreeCollections
[343/360] Compiling _RopeModule Rope+Join.swift
[344/360] Compiling _RopeModule Rope+MutatingForEach.swift
[345/360] Compiling _RopeModule Rope+Remove.swift
[346/360] Compiling _RopeModule Rope+RemoveSubrange.swift
[347/360] Compiling _RopeModule Rope+Split.swift
[348/360] Compiling _RopeModule Optional Utilities.swift
[349/360] Compiling _RopeModule String Utilities.swift
[350/360] Compiling _RopeModule String.Index+ABI.swift
[351/360] Compiling _RopeModule _CharacterRecognizer.swift
[362/363] Emitting module Collections
[363/363] Compiling Collections Collections.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[365/412] Emitting module JSONSchemaForm
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[366/418] Compiling JSONSchemaForm IconButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[367/418] Compiling JSONSchemaForm SubmitButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[368/418] Compiling JSONSchemaForm DescriptionFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[369/418] Compiling JSONSchemaForm ErrorListTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[370/418] Compiling JSONSchemaForm FieldErrorTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[371/418] Compiling JSONSchemaForm FieldHelpTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[372/418] Compiling JSONSchemaForm FieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[373/418] Compiling JSONSchemaForm FormContext.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[374/418] Compiling JSONSchemaForm JSONSchemaFormController.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[375/418] Compiling JSONSchemaForm AllOfField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[376/418] Compiling JSONSchemaForm AnyOfField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[377/418] Compiling JSONSchemaForm ArrayField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[378/418] Compiling JSONSchemaForm BooleanField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[379/418] Compiling JSONSchemaForm DescriptionField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[380/418] Compiling JSONSchemaForm OneOfField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[381/418] Compiling JSONSchemaForm SchemaField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[382/418] Compiling JSONSchemaForm StringField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[383/418] Compiling JSONSchemaForm TitleField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[384/418] Compiling JSONSchemaForm UnsupportedField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[385/418] Compiling JSONSchemaForm JSONSchemaForm.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[386/418] Compiling JSONSchemaForm Registry.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[387/418] Compiling JSONSchemaForm EnumField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[388/418] Compiling JSONSchemaForm Fields.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[389/418] Compiling JSONSchemaForm InvalidValueType.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[390/418] Compiling JSONSchemaForm MultiSchemaField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[391/418] Compiling JSONSchemaForm NullField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[392/418] Compiling JSONSchemaForm NumberField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[393/418] Compiling JSONSchemaForm ObjectField.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[394/418] Compiling JSONSchemaForm WrapIfAdditionalTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[395/418] Compiling JSONSchemaForm Theme.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[396/418] Compiling JSONSchemaForm EnumValue.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[397/418] Compiling JSONSchemaForm FormData.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[398/418] Compiling JSONSchemaForm ConditionEvaluator.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[399/418] Compiling JSONSchemaForm PropertyOrderExtractor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[400/418] Compiling JSONSchemaForm ArrayFieldDescriptionTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[401/418] Compiling JSONSchemaForm ArrayFieldItemTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[402/418] Compiling JSONSchemaForm ArrayFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[403/418] Compiling JSONSchemaForm ArrayFieldTitleTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[404/418] Compiling JSONSchemaForm BaseInputTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[405/418] Compiling JSONSchemaForm AddButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[406/418] Compiling JSONSchemaForm ButtonTemplates.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[407/418] Compiling JSONSchemaForm ObjectFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[408/418] Compiling JSONSchemaForm RegistryTemplates.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[409/418] Compiling JSONSchemaForm TemplateProps.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[410/418] Compiling JSONSchemaForm Templates.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[411/418] Compiling JSONSchemaForm TitleFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[412/418] Compiling JSONSchemaForm UnsupportedFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[413/418] Compiling JSONSchemaForm RegistryUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[414/418] Compiling JSONSchemaForm SchemaMerger.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[415/418] Compiling JSONSchemaForm SchemaPreprocessor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[416/418] Compiling JSONSchemaForm SchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[417/418] Compiling JSONSchemaForm UISchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[418/418] Compiling JSONSchemaForm Validation.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
BUILD FAILURE 6.1 wasm