Build Information
Failed to build JSONSchemaForm, reference v1.0.4 (a4feb4), with Swift 6.1 for Linux on 19 Feb 2026 01:15:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nalexn/ViewInspector
Fetching https://github.com/sirily11/swift-json-schema
Fetching https://github.com/apple/swift-collections
[1/19669] Fetching swift-collections
[1575/19843] Fetching swift-collections, swift-json-schema
[1945/32571] Fetching swift-collections, swift-json-schema, viewinspector
Fetched https://github.com/sirily11/swift-json-schema from cache (1.38s)
Fetched https://github.com/nalexn/ViewInspector from cache (1.38s)
Fetched https://github.com/apple/swift-collections from cache (1.41s)
Computing version for https://github.com/sirily11/swift-json-schema
Computed https://github.com/sirily11/swift-json-schema at 1.0.2 (4.04s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.3 (0.70s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.91s)
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
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] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[14/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/41] Compiling JSONSchema JSONSchema+Enum.swift
[17/41] Compiling JSONSchema JSONSchema+Integer.swift
[18/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/41] Compiling InternalCollectionsUtilities Debugging.swift
[20/41] Compiling InternalCollectionsUtilities Descriptions.swift
[21/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/41] Compiling InternalCollectionsUtilities Integer rank.swift
[23/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.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/240] Compiling _RopeModule BigString+Chunk+Counts.swift
[33/240] Compiling _RopeModule BigString+Chunk+Description.swift
[34/281] Compiling HeapModule Heap+Descriptions.swift
[35/318] Compiling HashTreeCollections _HashNode+Structural filter.swift
[36/318] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[37/318] Compiling HashTreeCollections _HashNode+Storage.swift
[38/318] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[39/318] Compiling HeapModule _HeapNode.swift
[40/318] Compiling HeapModule Heap.swift
[41/318] Compiling HashTreeCollections _Hash.swift
[42/318] Compiling HashTreeCollections _HashLevel.swift
[43/318] Emitting module HeapModule
[44/318] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[45/318] Compiling HeapModule Heap+Invariants.swift
[46/318] Compiling HeapModule Heap+UnsafeHandle.swift
[47/319] Compiling HashTreeCollections _HashNode+Builder.swift
[48/319] Compiling HashTreeCollections _HashNode+Debugging.swift
[49/319] Compiling HashTreeCollections _HashNode+Initializers.swift
[50/319] Compiling HashTreeCollections _HashNode+Invariants.swift
[51/319] Compiling HashTreeCollections _HashNode+Lookups.swift
[52/319] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[53/319] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[54/326] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[55/326] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[56/326] Compiling HashTreeCollections TreeDictionary+Keys.swift
[57/326] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[58/326] Compiling HashTreeCollections TreeDictionary+Merge.swift
[59/326] Compiling BitCollections BitSet.Index.swift
[60/326] Compiling BitCollections BitSet._UnsafeHandle.swift
[61/333] Compiling HashTreeCollections TreeDictionary+Collection.swift
[62/333] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[63/333] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[64/333] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[65/333] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[66/333] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[67/333] Compiling HashTreeCollections TreeDictionary+Filter.swift
[69/333] Emitting module BitCollections
[70/333] Compiling HashTreeCollections _HashSlot.swift
[71/333] Compiling HashTreeCollections _HashStack.swift
[72/333] Compiling HashTreeCollections _HashTreeIterator.swift
[73/333] Compiling HashTreeCollections _HashTreeStatistics.swift
[74/333] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[75/333] Compiling HashTreeCollections _RawHashNode.swift
[76/333] Compiling HashTreeCollections _UnmanagedHashNode.swift
[77/333] Compiling HashTreeCollections TreeSet+Hashable.swift
[78/333] Compiling HashTreeCollections TreeSet+Sendable.swift
[79/333] Compiling HashTreeCollections TreeSet+Sequence.swift
[80/333] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[81/333] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[82/333] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[83/333] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[84/333] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[85/333] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[86/333] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[94/333] Compiling HashTreeCollections _UnsafePath.swift
[95/333] Compiling HashTreeCollections TreeDictionary+Codable.swift
[108/343] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[117/343] Compiling HashTreeCollections _HashNode+Structural union.swift
[118/343] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[119/343] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[120/343] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[121/343] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[122/343] Compiling HashTreeCollections _HashNode.swift
[123/343] Compiling HashTreeCollections _HashNodeHeader.swift
[125/343] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[126/343] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[127/343] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[128/343] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[129/343] Compiling HashTreeCollections _HashNode+Structural merge.swift
[130/343] Compiling HashTreeCollections _AncestorHashSlots.swift
[131/343] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[132/343] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[133/343] Compiling OrderedCollections OrderedSet+SubSequence.swift
[134/343] Compiling OrderedCollections OrderedSet+Testing.swift
[135/343] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[136/343] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[137/343] Compiling OrderedCollections OrderedSet.swift
[138/343] Compiling OrderedCollections _UnsafeBitset.swift
[139/343] Compiling HashTreeCollections TreeSet+Equatable.swift
[140/343] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[141/343] Compiling HashTreeCollections TreeSet+Extras.swift
[142/343] Compiling HashTreeCollections TreeSet+Filter.swift
[147/343] Compiling HashTreeCollections _Bitmap.swift
[148/343] Compiling HashTreeCollections _Bucket.swift
[161/343] Compiling OrderedCollections OrderedSet+Sendable.swift
[162/343] Emitting module DequeModule
[163/344] Compiling JSONSchema JSONSchema+String.swift
[165/345] Compiling JSONSchema JSONSchema+Object.swift
[166/345] Compiling JSONSchema JSONSchema+Number.swift
[178/345] Emitting module JSONSchema
[179/345] Compiling JSONSchema JSONSchema+Null.swift
[182/345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[183/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[184/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[185/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[186/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[187/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[188/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[189/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[190/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[191/345] Compiling HashTreeCollections TreeSet.swift
[192/345] Compiling JSONSchema JSONSchema.swift
[263/356] Emitting module OrderedCollections
[275/357] Emitting module _RopeModule
[319/368] Emitting module HashTreeCollections
[321/369] Compiling _RopeModule Rope+Join.swift
[322/369] Compiling _RopeModule Rope+MutatingForEach.swift
[323/369] Compiling _RopeModule Rope+Remove.swift
[324/369] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/369] Compiling _RopeModule Rope+Split.swift
[326/369] Compiling _RopeModule Optional Utilities.swift
[327/369] Compiling _RopeModule String Utilities.swift
[328/369] Compiling _RopeModule String.Index+ABI.swift
[329/369] Compiling _RopeModule _CharacterRecognizer.swift
[360/372] Emitting module Collections
[361/372] Compiling Collections Collections.swift
[363/373] Compiling JSONSchemaValidator NumberValidator.swift
[364/374] Compiling JSONSchemaValidator ObjectValidator.swift
[365/374] Compiling JSONSchemaValidator StringValidator.swift
[366/374] Compiling JSONSchemaValidator FormatValidator.swift
[367/374] Compiling JSONSchemaValidator CombinatorsValidator.swift
[368/374] Compiling JSONSchemaValidator EnumValidator.swift
[369/374] Emitting module JSONSchemaValidator
[370/374] Compiling JSONSchemaValidator TypeValidator.swift
[371/374] Compiling JSONSchemaValidator ValidationError.swift
[372/374] Compiling JSONSchemaValidator ArrayValidator.swift
[373/374] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[374/374] Compiling JSONSchemaValidator JSONSchemaValidator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[376/423] 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
[377/423] 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
[378/423] 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
[379/423] 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
[380/423] 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
[381/423] 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
[382/423] 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
[383/423] 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
[384/423] 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
[385/423] 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
[386/423] 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
[387/423] 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
[388/423] 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
[389/423] 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
[390/423] 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
[391/423] 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
[392/423] 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
[393/423] 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
[394/423] 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
[395/423] 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
[396/423] 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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[413/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
[414/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
[415/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
[416/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
[417/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
[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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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+String.swift
[5/31] Emitting module JSONSchema
[6/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[7/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[8/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/31] Compiling InternalCollectionsUtilities Debugging.swift
[11/31] Compiling InternalCollectionsUtilities Descriptions.swift
[12/31] Compiling JSONSchema JSONSchema+Number.swift
[13/31] Compiling JSONSchema JSONSchema+Object.swift
[14/31] Compiling JSONSchema JSONSchema+Null.swift
[15/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/31] Compiling InternalCollectionsUtilities Integer rank.swift
[19/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/31] Compiling JSONSchema JSONSchema.swift
[28/32] Emitting module InternalCollectionsUtilities
[30/32] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/44] Compiling JSONSchemaValidator ObjectValidator.swift
[35/52] Compiling JSONSchemaValidator StringValidator.swift
[36/52] Emitting module JSONSchemaValidator
[37/59] Compiling HeapModule Heap+UnsafeHandle.swift
[38/61] Compiling HeapModule Heap+Invariants.swift
[39/61] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/62] Compiling JSONSchemaValidator NumberValidator.swift
[41/68] Compiling JSONSchemaValidator FormatValidator.swift
[42/176] Compiling HeapModule Heap+Descriptions.swift
[43/177] Compiling JSONSchemaValidator TypeValidator.swift
[44/222] Compiling HeapModule _HeapNode.swift
[45/222] Compiling HeapModule Heap.swift
[46/226] Compiling _RopeModule BigString+Chunk+Counts.swift
[47/226] Compiling _RopeModule BigString+Chunk+Description.swift
[48/245] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[49/245] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[50/245] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[51/245] Compiling _RopeModule BigString+Chunk+Breaks.swift
[55/291] Emitting module HeapModule
[56/323] Compiling HashTreeCollections _HashLevel.swift
[57/323] Compiling HashTreeCollections _HashNode+Builder.swift
[59/323] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[60/323] Compiling HashTreeCollections _HashNode+Storage.swift
[61/323] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[62/323] Compiling HashTreeCollections _HashNode+Structural filter.swift
[63/323] Compiling HashTreeCollections _AncestorHashSlots.swift
[64/323] Compiling HashTreeCollections _Bitmap.swift
[65/323] Compiling HashTreeCollections _Bucket.swift
[66/323] Compiling HashTreeCollections _Hash.swift
[69/323] Compiling HashTreeCollections _HashNode+Debugging.swift
[70/323] Compiling HashTreeCollections _HashNode+Initializers.swift
[71/330] Emitting module BitCollections
[72/330] Compiling HashTreeCollections TreeDictionary+Collection.swift
[73/330] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[74/330] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[75/330] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[76/330] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[77/330] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/330] Compiling HashTreeCollections TreeDictionary+Filter.swift
[79/330] Compiling HashTreeCollections TreeSet+Hashable.swift
[80/330] Compiling HashTreeCollections TreeSet+Sendable.swift
[81/330] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/330] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/330] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/330] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/330] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/330] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/330] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/330] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/337] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[90/337] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[91/337] Compiling HashTreeCollections TreeDictionary+Keys.swift
[92/337] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[93/337] Compiling HashTreeCollections TreeDictionary+Merge.swift
[94/337] Compiling BitCollections BitSet.Index.swift
[95/337] Compiling BitCollections BitSet._UnsafeHandle.swift
[103/347] Compiling HashTreeCollections _HashNode+Structural union.swift
[104/347] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[105/347] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[106/347] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[107/347] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[108/347] Compiling HashTreeCollections _HashNode.swift
[109/347] Compiling HashTreeCollections _HashNodeHeader.swift
[110/347] Compiling HashTreeCollections _HashSlot.swift
[111/347] Compiling HashTreeCollections _HashStack.swift
[112/347] Compiling HashTreeCollections _HashTreeIterator.swift
[113/347] Compiling HashTreeCollections _HashTreeStatistics.swift
[114/347] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[115/347] Compiling HashTreeCollections _RawHashNode.swift
[116/347] Compiling HashTreeCollections _UnmanagedHashNode.swift
[117/347] Compiling HashTreeCollections _UnsafePath.swift
[118/347] Compiling HashTreeCollections TreeDictionary+Codable.swift
[123/347] Compiling HashTreeCollections _HashNode+Invariants.swift
[124/347] Compiling HashTreeCollections _HashNode+Lookups.swift
[125/347] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[126/347] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[127/347] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[128/347] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[129/347] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[130/347] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[131/347] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[132/347] Compiling HashTreeCollections _HashNode+Structural merge.swift
[133/347] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[134/347] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[164/347] Compiling OrderedCollections OrderedSet+SubSequence.swift
[165/347] Compiling OrderedCollections OrderedSet+Testing.swift
[166/347] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[167/347] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[168/347] Compiling OrderedCollections OrderedSet.swift
[169/347] Compiling OrderedCollections _UnsafeBitset.swift
[170/347] Compiling HashTreeCollections TreeSet+Equatable.swift
[171/347] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[172/347] Compiling HashTreeCollections TreeSet+Extras.swift
[173/347] Compiling HashTreeCollections TreeSet+Filter.swift
[184/347] Compiling OrderedCollections OrderedSet+Sendable.swift
[195/356] Compiling _RopeModule _CharacterRecognizer.swift
[196/356] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[197/356] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[198/356] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[199/356] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[200/356] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[201/356] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[202/356] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[203/356] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[204/356] Compiling HashTreeCollections TreeSet.swift
[205/356] Emitting module DequeModule
[316/358] Emitting module OrderedCollections
[317/358] Compiling _RopeModule Rope+Join.swift
[318/358] Compiling _RopeModule Rope+MutatingForEach.swift
[319/358] Compiling _RopeModule Rope+Remove.swift
[320/358] Compiling _RopeModule Rope+RemoveSubrange.swift
[321/358] Compiling _RopeModule Rope+Split.swift
[322/358] Compiling _RopeModule Optional Utilities.swift
[323/358] Compiling _RopeModule String Utilities.swift
[324/358] Compiling _RopeModule String.Index+ABI.swift
[349/359] Emitting module _RopeModule
[360/360] Emitting module HashTreeCollections
[362/363] Compiling Collections Collections.swift
[363/363] Emitting module Collections
[365/412] 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
[366/412] 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
[367/412] 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
[368/412] 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
[369/412] 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
[370/412] 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
[371/412] 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
[372/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
[373/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
[374/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
[375/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
[376/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
[377/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
[378/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[379/418] 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
[380/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
[381/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
[382/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
[383/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
[384/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
[385/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
[386/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
[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 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
[395/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
[396/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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[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 linux