Build Information
Failed to build JSONSchemaForm, reference v1.0.4 (a4feb4), with Swift 6.1 for Wasm on 19 Feb 2026 01:32:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sirily11/swift-jsonschema-form.git
Reference: v1.0.4
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
* tag v1.0.4 -> FETCH_HEAD
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 v1.0.4
========================================
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-4606859-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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/sirily11/swift-json-schema
Fetching https://github.com/nalexn/ViewInspector
Fetching https://github.com/apple/swift-collections
[1/19669] Fetching swift-collections
[592/19843] Fetching swift-collections, swift-json-schema
[1749/32571] Fetching swift-collections, swift-json-schema, viewinspector
Fetched https://github.com/sirily11/swift-json-schema from cache (11.31s)
Fetched https://github.com/nalexn/ViewInspector from cache (11.31s)
Fetched https://github.com/apple/swift-collections from cache (11.35s)
Computing version for https://github.com/sirily11/swift-json-schema
Computed https://github.com/sirily11/swift-json-schema at 1.0.2 (12.43s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.3 (0.91s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.53s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.10.3
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/39] Emitting module InternalCollectionsUtilities
[14/41] Compiling InternalCollectionsUtilities Debugging.swift
[15/41] Compiling InternalCollectionsUtilities Descriptions.swift
[16/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/41] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[23/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/41] Compiling InternalCollectionsUtilities Integer rank.swift
[26/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[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/49] Compiling HeapModule Heap+Descriptions.swift
[33/49] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/316] Emitting module HeapModule
[35/316] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[36/316] Compiling _RopeModule BigString+Chunk+Breaks.swift
[37/318] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[38/318] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[39/318] Compiling HeapModule _HeapNode.swift
[40/318] Compiling HeapModule Heap.swift
[41/318] Compiling _RopeModule BigString+Insert.swift
[42/318] Compiling _RopeModule BigString+Managing Breaks.swift
[43/318] Compiling HeapModule Heap+Invariants.swift
[44/318] Compiling HeapModule Heap+UnsafeHandle.swift
[46/319] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[47/319] Compiling _RopeModule BigString+Chunk+Splitting.swift
[48/319] Compiling DequeModule _DequeSlot.swift
[49/319] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/319] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[51/319] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[52/319] Compiling HashTreeCollections TreeDictionary+Keys.swift
[53/319] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[54/319] Compiling HashTreeCollections TreeDictionary+Merge.swift
[55/319] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[56/319] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[62/326] Compiling BitCollections BitSet.Index.swift
[63/326] Compiling BitCollections BitSet._UnsafeHandle.swift
[64/326] Compiling _RopeModule BigString+Equatable.swift
[65/326] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[66/326] Compiling HashTreeCollections TreeSet+Collection.swift
[67/326] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[68/326] Compiling HashTreeCollections TreeSet+Debugging.swift
[69/326] Compiling HashTreeCollections TreeSet+Descriptions.swift
[70/326] Compiling HashTreeCollections TreeSet+Equatable.swift
[71/333] Compiling _RopeModule Rope+_UnsafeHandle.swift
[72/333] Compiling _RopeModule Rope.swift
[73/333] Compiling _RopeModule RopeElement.swift
[74/333] Compiling _RopeModule RopeMetric.swift
[75/333] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[76/333] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[77/333] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[78/333] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[79/333] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[80/333] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[81/343] Emitting module BitCollections
[82/343] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[83/343] Compiling HashTreeCollections TreeSet+Extras.swift
[84/343] Compiling _RopeModule BigString+Debugging.swift
[85/343] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[86/343] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[87/343] Compiling HashTreeCollections TreeDictionary+Filter.swift
[122/343] Compiling _RopeModule BigString+Chunk.swift
[123/343] Compiling _RopeModule BigString+BidirectionalCollection.swift
[124/343] Compiling _RopeModule BigString+Append.swift
[125/343] Compiling _RopeModule BigString+Initializers.swift
[137/343] Compiling _RopeModule BigString+Split.swift
[138/343] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[139/343] Compiling HashTreeCollections _HashNode.swift
[140/343] Compiling HashTreeCollections _HashNodeHeader.swift
[141/343] Compiling HashTreeCollections _HashSlot.swift
[142/343] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[147/343] Compiling _RopeModule BigString+Chunk+Counts.swift
[148/343] Compiling _RopeModule BigString+Chunk+Description.swift
[155/343] Compiling JSONSchema JSONSchema+String.swift
[156/343] Compiling JSONSchema JSONSchema+Object.swift
[157/344] Compiling JSONSchema JSONSchema+Null.swift
[158/344] Emitting module JSONSchema
[159/344] Compiling JSONSchema JSONSchema+Number.swift
[166/344] Emitting module DequeModule
[177/354] Compiling _RopeModule _CharacterRecognizer.swift
[178/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/354] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/354] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/354] Compiling HashTreeCollections TreeSet.swift
[189/354] Compiling OrderedCollections OrderedSet+Sendable.swift
[190/354] Compiling OrderedCollections OrderedSet+SubSequence.swift
[191/354] Compiling OrderedCollections OrderedSet+Testing.swift
[192/354] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[193/354] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[225/354] Compiling JSONSchema JSONSchema.swift
[234/356] Compiling OrderedCollections OrderedSet.swift
[235/356] Compiling OrderedCollections _UnsafeBitset.swift
[236/356] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[237/356] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[238/356] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[245/356] Compiling _RopeModule Rope+Find.swift
[246/356] Compiling HashTreeCollections _Bitmap.swift
[247/356] Compiling HashTreeCollections _Bucket.swift
[263/367] Compiling JSONSchemaValidator ValidationError.swift
[264/367] Compiling JSONSchemaValidator ArrayValidator.swift
[265/367] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[266/367] Compiling JSONSchemaValidator JSONSchemaValidator.swift
[267/367] Compiling JSONSchemaValidator CombinatorsValidator.swift
[268/367] Compiling JSONSchemaValidator EnumValidator.swift
[273/367] Emitting module OrderedCollections
[278/368] Compiling _RopeModule Rope+Join.swift
[279/368] Compiling _RopeModule Rope+MutatingForEach.swift
[280/368] Compiling _RopeModule Rope+Remove.swift
[281/368] Compiling _RopeModule Rope+RemoveSubrange.swift
[282/368] Compiling _RopeModule Rope+Split.swift
[283/368] Compiling _RopeModule Optional Utilities.swift
[284/368] Compiling _RopeModule String Utilities.swift
[285/368] Compiling _RopeModule String.Index+ABI.swift
[286/368] Emitting module _RopeModule
[318/368] Emitting module HashTreeCollections
[319/369] Emitting module JSONSchemaValidator
[320/370] Compiling JSONSchemaValidator StringValidator.swift
[322/370] Compiling JSONSchemaValidator NumberValidator.swift
[323/370] Compiling JSONSchemaValidator ObjectValidator.swift
[324/370] Compiling JSONSchemaValidator FormatValidator.swift
[325/370] Compiling JSONSchemaValidator TypeValidator.swift
[373/374] Compiling Collections Collections.swift
[374/374] Emitting module Collections
[376/423] 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
[377/423] 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
[378/423] 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
[379/423] 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
[380/423] 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
[381/423] 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
[382/423] 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
[383/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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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
[392/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
[393/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
[394/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
[395/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
[396/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)
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/429] 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
[406/429] 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
[407/429] 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
[408/429] 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
[409/429] 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
[410/429] 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
[411/429] 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
[412/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
[413/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
[414/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
[415/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
[416/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
[417/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
[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-4606859-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: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 InternalCollectionsUtilities LifetimeOverride.swift
[3/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/30] Compiling JSONSchema JSONSchema+Null.swift
[5/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[6/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[7/31] Compiling InternalCollectionsUtilities Debugging.swift
[8/31] Compiling InternalCollectionsUtilities Descriptions.swift
[9/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/31] Compiling JSONSchema JSONSchema+String.swift
[12/31] Emitting module JSONSchema
[13/31] Compiling JSONSchema JSONSchema+Number.swift
[14/31] Compiling JSONSchema JSONSchema+Object.swift
[15/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/31] Compiling InternalCollectionsUtilities Integer rank.swift
[25/31] Emitting module InternalCollectionsUtilities
[26/31] Compiling JSONSchema JSONSchema.swift
[30/32] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/44] Compiling JSONSchemaValidator StringValidator.swift
[35/45] Compiling JSONSchemaValidator NumberValidator.swift
[36/45] Compiling JSONSchemaValidator ObjectValidator.swift
[37/57] Compiling JSONSchemaValidator FormatValidator.swift
[38/143] Compiling JSONSchemaValidator TypeValidator.swift
[39/208] Compiling HeapModule Heap+Invariants.swift
[40/243] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[41/319] Compiling HeapModule Heap+Descriptions.swift
[42/319] Compiling BitCollections BitArray+Hashable.swift
[43/319] Compiling BitCollections BitArray+Initializers.swift
[44/319] Compiling BitCollections BitArray+Extras.swift
[45/319] Compiling BitCollections BitArray+Fill.swift
[46/321] Compiling BitCollections BitArray+Codable.swift
[47/321] Compiling BitCollections BitArray+Collection.swift
[48/321] Compiling HeapModule _HeapNode.swift
[49/321] Emitting module JSONSchemaValidator
[50/321] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[51/321] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[52/321] Compiling HeapModule Heap.swift
[57/322] Emitting module HeapModule
[58/322] Compiling HeapModule Heap+UnsafeHandle.swift
[60/323] Compiling BitCollections BitArray+Invariants.swift
[61/323] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[63/323] Compiling _RopeModule _RopeItem.swift
[64/323] Compiling _RopeModule _RopePath.swift
[65/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[66/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[67/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[68/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[69/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[70/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[71/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[72/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[73/333] Compiling DequeModule _DequeSlot.swift
[74/333] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/333] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[76/333] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[77/333] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[78/333] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[79/333] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[80/333] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[81/333] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[82/333] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[83/333] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[84/333] Compiling BitCollections BitSet+SetAlgebra union.swift
[85/333] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[86/333] Compiling BitCollections BitSet.Counted.swift
[87/333] Compiling _RopeModule BigString+RemoveSubrange.swift
[88/333] Compiling _RopeModule BigString+ReplaceSubrange.swift
[89/340] Emitting module BitCollections
[90/347] Compiling BitCollections Range+Utilities.swift
[91/347] Compiling BitCollections Slice+Utilities.swift
[92/347] Compiling BitCollections UInt+Tricks.swift
[93/347] Compiling BitCollections _Word.swift
[94/347] Compiling OrderedCollections OrderedSet.swift
[95/347] Compiling OrderedCollections _UnsafeBitset.swift
[96/347] Compiling _RopeModule Rope.swift
[97/347] Compiling _RopeModule RopeElement.swift
[98/347] Compiling _RopeModule RopeMetric.swift
[99/347] Compiling _RopeModule RopeSummary.swift
[108/347] Compiling BitCollections BitSet.Index.swift
[109/347] Compiling BitCollections BitSet._UnsafeHandle.swift
[110/347] Compiling BitCollections BitSet.swift
[111/347] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[112/347] Compiling BitCollections BitSet+CustomReflectable.swift
[113/347] Compiling BitCollections BitSet+CustomStringConvertible.swift
[114/347] Compiling BitCollections BitSet+Equatable.swift
[115/347] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[116/347] Compiling BitCollections BitSet+Extras.swift
[117/347] Compiling BitCollections BitSet+Hashable.swift
[118/347] Compiling BitCollections BitArray+Copy.swift
[119/347] Compiling BitCollections BitArray+CustomReflectable.swift
[120/347] Compiling BitCollections BitArray+BitwiseOperations.swift
[121/347] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[124/347] Compiling BitCollections BitSet+Initializers.swift
[125/347] Compiling BitCollections BitSet+Invariants.swift
[126/347] Compiling BitCollections BitSet+Random.swift
[127/347] Compiling BitCollections BitSet+SetAlgebra basics.swift
[128/347] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[129/347] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[130/347] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[138/347] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[139/347] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[161/347] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[162/347] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[163/347] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[164/347] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[165/347] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[166/347] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[167/347] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[168/347] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[169/347] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[170/347] Compiling HashTreeCollections TreeSet.swift
[187/347] Emitting module DequeModule
[197/348] Compiling BitCollections BitArray+RandomBits.swift
[198/348] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[199/348] Compiling BitCollections BitArray+Shifts.swift
[200/348] Compiling BitCollections BitArray+Testing.swift
[201/348] Compiling BitCollections BitArray._UnsafeHandle.swift
[202/348] Compiling BitCollections BitArray.swift
[203/348] Compiling BitCollections BitSet+BidirectionalCollection.swift
[204/348] Compiling BitCollections BitSet+Codable.swift
[286/358] Emitting module OrderedCollections
[320/359] Emitting module _RopeModule
[321/359] Compiling _RopeModule Rope+Join.swift
[322/359] Compiling _RopeModule Rope+MutatingForEach.swift
[323/359] Compiling _RopeModule Rope+Remove.swift
[324/359] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/359] Compiling _RopeModule Rope+Split.swift
[326/359] Compiling _RopeModule Optional Utilities.swift
[327/359] Compiling _RopeModule String Utilities.swift
[328/359] Compiling _RopeModule String.Index+ABI.swift
[329/359] Compiling _RopeModule _CharacterRecognizer.swift
[330/359] Emitting module HashTreeCollections
[362/363] Compiling Collections Collections.swift
[363/363] Emitting module Collections
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 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
[367/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
[368/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
[369/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
[370/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
[371/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
[372/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
[373/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
[374/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
[375/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
[376/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
[377/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
[378/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
[379/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
[380/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
[381/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
[382/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
[383/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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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
[392/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
[393/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
[394/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
[395/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
[396/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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[413/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
[414/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
[415/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
[416/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
[417/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
[418/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
BUILD FAILURE 6.1 wasm