Build Information
Failed to build JSONSchemaForm, reference main (a4feb4), with Swift 6.1 for Linux on 19 Feb 2026 16:26:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/sirily11/swift-jsonschema-form
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a4feb40 fix: enum field default selection empty (#21)
Cloned https://github.com/sirily11/swift-jsonschema-form.git
Revision (git rev-parse @):
a4feb400a0bca57bc39b8ea95544c71aa768fbfd
SUCCESS checkout https://github.com/sirily11/swift-jsonschema-form.git at main
========================================
Build
========================================
Selected platform: 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-0":/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/174] Fetching swift-json-schema
[175/19882] Fetching swift-json-schema, swift-collections
[1949/32610] Fetching swift-json-schema, swift-collections, viewinspector
Fetched https://github.com/sirily11/swift-json-schema from cache (1.12s)
Fetched https://github.com/nalexn/ViewInspector from cache (1.13s)
Fetched https://github.com/apple/swift-collections from cache (1.15s)
Computing version for https://github.com/sirily11/swift-json-schema
Computed https://github.com/sirily11/swift-json-schema at 1.0.2 (1.68s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.3 (0.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.74s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/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
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/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/41] Compiling JSONSchema JSONSchema+Array.swift
[18/41] Compiling JSONSchema JSONSchema+Enum.swift
[19/41] Compiling InternalCollectionsUtilities Debugging.swift
[20/41] Compiling InternalCollectionsUtilities Descriptions.swift
[21/41] Compiling JSONSchema JSONSchema+Integer.swift
[22/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/41] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[26/41] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[27/41] Emitting module InternalCollectionsUtilities
[28/41] Compiling JSONSchema JSONSchema+Boolean.swift
[29/41] Compiling JSONSchema JSONSchema+Combined.swift
[30/41] Compiling JSONSchema AnyCodable.swift
[32/316] Compiling HeapModule Heap+Descriptions.swift
[33/316] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/316] Compiling HeapModule Heap+Invariants.swift
[35/316] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[36/316] Compiling _RopeModule BigString+Chunk+Breaks.swift
[37/318] Compiling _RopeModule BigString+Debugging.swift
[38/318] Compiling _RopeModule BigString+Index.swift
[39/318] Compiling HeapModule _HeapNode.swift
[40/318] Compiling HeapModule Heap.swift
[41/318] Compiling HeapModule Heap+UnsafeHandle.swift
[42/318] Emitting module HeapModule
[43/319] Compiling _RopeModule BigString+Chunk+Counts.swift
[44/319] Compiling _RopeModule BigString+Chunk+Description.swift
[45/319] Compiling _RopeModule BigString+Iterators.swift
[46/319] Compiling _RopeModule BigString+Metrics.swift
[47/319] Compiling _RopeModule BigString+Summary.swift
[48/319] Compiling _RopeModule BigString.swift
[49/319] Compiling _RopeModule BigString+Comparable.swift
[50/319] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[51/319] Compiling _RopeModule BigString+CustomStringConvertible.swift
[52/319] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[53/319] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[55/326] Compiling _RopeModule Rope+ForEachWhile.swift
[56/326] Compiling _RopeModule Rope+Insert.swift
[57/326] Compiling HashTreeCollections TreeSet+Sequence.swift
[58/326] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[59/326] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[60/326] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[61/326] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[62/326] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[63/326] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[64/326] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[65/336] Compiling DequeModule _DequeSlot.swift
[66/336] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/336] Compiling _RopeModule Rope+Invariants.swift
[68/336] Compiling _RopeModule Rope+_Node.swift
[69/336] Compiling _RopeModule Rope+_Storage.swift
[70/336] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[71/336] Compiling _RopeModule Rope+_UnsafeHandle.swift
[72/336] Compiling BitCollections BitSet.Index.swift
[73/336] Compiling BitCollections BitSet._UnsafeHandle.swift
[74/343] Compiling _RopeModule BigString+UnicodeScalarView.swift
[75/343] Compiling _RopeModule BigSubstring+UTF16View.swift
[76/343] Compiling _RopeModule BigSubstring+UTF8View.swift
[77/343] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[78/343] Compiling _RopeModule BigSubstring.swift
[79/343] Compiling _RopeModule Rope+Builder.swift
[80/343] Compiling _RopeModule Rope+Debugging.swift
[81/343] Compiling _RopeModule BigString+Initializers.swift
[82/343] Compiling _RopeModule BigString+Insert.swift
[83/343] Compiling _RopeModule BigString+Managing Breaks.swift
[84/343] Compiling _RopeModule BigString+RemoveSubrange.swift
[85/343] Compiling _RopeModule BigString+ReplaceSubrange.swift
[86/343] Compiling _RopeModule BigString+Split.swift
[87/343] Compiling _RopeModule Range+BigString.swift
[88/343] Compiling OrderedCollections OrderedSet+SubSequence.swift
[89/343] Compiling OrderedCollections OrderedSet+Testing.swift
[90/343] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/343] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/343] Compiling OrderedCollections OrderedSet.swift
[93/343] Compiling OrderedCollections _UnsafeBitset.swift
[94/343] Compiling _RopeModule Rope+Sequence.swift
[95/343] Compiling _RopeModule Rope+Append.swift
[96/343] Compiling _RopeModule Rope+Extract.swift
[97/343] Compiling _RopeModule Rope+Find.swift
[98/343] Compiling _RopeModule BigString+Chunk.swift
[99/343] Compiling _RopeModule BigString+BidirectionalCollection.swift
[100/343] Compiling _RopeModule BigString+Builder.swift
[101/343] Compiling _RopeModule BigString+Contents.swift
[102/343] Emitting module BitCollections
[113/343] Compiling OrderedCollections OrderedSet+Sendable.swift
[121/343] Compiling _RopeModule BigString+UTF16View.swift
[122/343] Compiling _RopeModule BigString+UTF8View.swift
[136/343] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[137/343] Compiling _RopeModule BigString+Hashing.swift
[138/343] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[139/343] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[140/343] Compiling _RopeModule BigString+Sequence.swift
[141/343] Compiling _RopeModule BigString+TextOutputStream.swift
[142/343] Compiling _RopeModule BigString+Append.swift
[159/343] Compiling _RopeModule BigString+Equatable.swift
[160/343] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[161/343] Compiling _RopeModule BigString+Chunk+Splitting.swift
[164/344] Compiling JSONSchema JSONSchema+String.swift
[165/344] Emitting module DequeModule
[168/345] Compiling JSONSchema JSONSchema+Object.swift
[169/345] Compiling JSONSchema JSONSchema+Null.swift
[170/345] Compiling JSONSchema JSONSchema+Number.swift
[171/345] Emitting module JSONSchema
[175/345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[176/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[177/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[178/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[179/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[180/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[181/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[182/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[183/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[184/345] Compiling HashTreeCollections TreeSet.swift
[235/355] Compiling JSONSchema JSONSchema.swift
[283/367] Compiling JSONSchemaValidator ValidationError.swift
[284/367] Compiling JSONSchemaValidator ArrayValidator.swift
[285/367] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[286/367] Compiling JSONSchemaValidator JSONSchemaValidator.swift
[287/367] Compiling JSONSchemaValidator CombinatorsValidator.swift
[288/367] Compiling JSONSchemaValidator EnumValidator.swift
[293/367] Emitting module OrderedCollections
[328/368] Emitting module _RopeModule
[329/368] Compiling _RopeModule Rope+Join.swift
[330/368] Compiling _RopeModule Rope+MutatingForEach.swift
[331/368] Compiling _RopeModule Rope+Remove.swift
[332/368] Compiling _RopeModule Rope+RemoveSubrange.swift
[333/368] Compiling _RopeModule Rope+Split.swift
[334/368] Compiling _RopeModule Optional Utilities.swift
[335/368] Compiling _RopeModule String Utilities.swift
[336/368] Compiling _RopeModule String.Index+ABI.swift
[337/368] Compiling _RopeModule _CharacterRecognizer.swift
[338/368] Emitting module HashTreeCollections
[360/370] Emitting module JSONSchemaValidator
[361/371] Compiling JSONSchemaValidator StringValidator.swift
[362/371] Compiling JSONSchemaValidator ObjectValidator.swift
[363/373] Compiling JSONSchemaValidator NumberValidator.swift
[364/373] Emitting module Collections
[365/373] Compiling Collections Collections.swift
[368/374] Compiling JSONSchemaValidator FormatValidator.swift
[369/374] Compiling JSONSchemaValidator TypeValidator.swift
[376/423] 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
[377/423] 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
[378/423] 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
[379/423] 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
[380/423] 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
[381/423] 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
[382/423] 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
[383/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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[404/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
[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 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
[413/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
[414/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
[415/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
[416/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
[417/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
[418/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
[419/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
[420/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
[421/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
[422/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
[423/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
[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-0":/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 JSONSchema JSONSchema+Null.swift
[3/29] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[4/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/29] Compiling JSONSchema JSONSchema+String.swift
[6/31] Compiling InternalCollectionsUtilities Debugging.swift
[7/31] Compiling InternalCollectionsUtilities Descriptions.swift
[8/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/31] Emitting module JSONSchema
[11/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/31] Compiling InternalCollectionsUtilities Integer rank.swift
[17/31] Compiling JSONSchema JSONSchema+Number.swift
[18/31] Compiling JSONSchema JSONSchema+Object.swift
[19/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[20/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/31] Compiling JSONSchema JSONSchema.swift
[22/32] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/32] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/32] Emitting module InternalCollectionsUtilities
[29/43] Compiling JSONSchemaValidator ArrayValidator.swift
[30/43] Compiling JSONSchemaValidator CombinatorsValidator.swift
[31/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/43] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/44] Compiling JSONSchemaValidator StringValidator.swift
[35/45] Compiling JSONSchemaValidator NumberValidator.swift
[37/45] Compiling JSONSchemaValidator EnumValidator.swift
[38/45] Compiling JSONSchemaValidator FormatValidator.swift
[39/45] Compiling JSONSchemaValidator ObjectValidator.swift
[40/45] Compiling JSONSchemaValidator TypeValidator.swift
[41/48] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[42/48] Compiling JSONSchemaValidator JSONSchemaValidator.swift
[43/48] Emitting module JSONSchemaValidator
[44/48] Compiling JSONSchemaValidator ValidationError.swift
[46/252] Compiling HeapModule Heap+Invariants.swift
[48/253] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[49/300] Compiling _RopeModule BigString+Chunk+Counts.swift
[50/300] Compiling _RopeModule BigString+Chunk+Description.swift
[51/322] Compiling _RopeModule BigString+Debugging.swift
[52/322] Compiling _RopeModule BigString+Index.swift
[53/322] Compiling HeapModule _HeapNode.swift
[54/322] Compiling HeapModule Heap.swift
[55/322] Emitting module HeapModule
[56/322] Compiling HeapModule Heap+Descriptions.swift
[57/322] Compiling HeapModule Heap+UnsafeHandle.swift
[58/323] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[59/323] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[61/323] Compiling _RopeModule Rope+ForEachWhile.swift
[62/323] Compiling _RopeModule Rope+Insert.swift
[63/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[64/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[65/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[66/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[67/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[68/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[69/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[70/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[71/333] Compiling DequeModule _DequeSlot.swift
[72/333] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/333] Compiling _RopeModule _RopeItem.swift
[74/333] Compiling _RopeModule _RopePath.swift
[75/333] Compiling _RopeModule BigString+UnicodeScalarView.swift
[76/333] Compiling _RopeModule BigSubstring+UTF16View.swift
[77/333] Compiling _RopeModule BigSubstring+UTF8View.swift
[78/333] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[79/333] Compiling _RopeModule BigSubstring.swift
[80/340] Compiling _RopeModule Rope+_Storage.swift
[81/340] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[82/340] Compiling _RopeModule Rope+_UnsafeHandle.swift
[83/340] Compiling _RopeModule Rope.swift
[84/340] Compiling _RopeModule RopeElement.swift
[85/340] Compiling _RopeModule RopeMetric.swift
[86/340] Compiling _RopeModule RopeSummary.swift
[87/340] Compiling _RopeModule BigString+Chunk.swift
[88/340] Compiling _RopeModule BigString+BidirectionalCollection.swift
[89/340] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[90/340] Compiling _RopeModule BigString+Chunk+Splitting.swift
[91/340] Compiling _RopeModule BigString+Builder.swift
[92/340] Compiling _RopeModule BigString+Contents.swift
[93/340] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[94/340] Compiling _RopeModule BigString+Hashing.swift
[95/340] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[96/340] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[97/340] Compiling _RopeModule BigString+Sequence.swift
[98/340] Compiling _RopeModule BigString+TextOutputStream.swift
[99/340] Compiling _RopeModule BigString+Append.swift
[100/340] Compiling _RopeModule BigString+Initializers.swift
[101/340] Compiling _RopeModule BigString+Insert.swift
[102/340] Compiling _RopeModule BigString+Managing Breaks.swift
[103/340] Compiling _RopeModule BigString+RemoveSubrange.swift
[104/340] Compiling _RopeModule BigString+ReplaceSubrange.swift
[105/340] Compiling _RopeModule BigString+Split.swift
[106/340] Compiling _RopeModule Range+BigString.swift
[107/347] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[108/347] Compiling _RopeModule BigString+Chunk+Breaks.swift
[115/347] Compiling _RopeModule BigString+UTF16View.swift
[116/347] Compiling _RopeModule BigString+UTF8View.swift
[117/347] Compiling _RopeModule BigString+Iterators.swift
[118/347] Compiling _RopeModule BigString+Metrics.swift
[119/347] Compiling _RopeModule BigString+Summary.swift
[120/347] Compiling _RopeModule BigString.swift
[121/347] Compiling _RopeModule BigString+Comparable.swift
[122/347] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[123/347] Compiling _RopeModule BigString+CustomStringConvertible.swift
[124/347] Compiling _RopeModule BigString+Equatable.swift
[141/347] Compiling BitCollections Range+Utilities.swift
[142/347] Compiling BitCollections Slice+Utilities.swift
[143/347] Compiling BitCollections UInt+Tricks.swift
[144/347] Compiling BitCollections _Word.swift
[145/347] Compiling OrderedCollections OrderedSet.swift
[146/347] Compiling OrderedCollections _UnsafeBitset.swift
[147/347] Compiling _RopeModule Rope+Sequence.swift
[148/347] Compiling _RopeModule Rope+Append.swift
[149/347] Compiling _RopeModule Rope+Extract.swift
[150/347] Compiling _RopeModule Rope+Find.swift
[166/347] Compiling BitCollections BitSet.Index.swift
[167/347] Compiling BitCollections BitSet._UnsafeHandle.swift
[168/347] Compiling BitCollections BitSet.swift
[176/347] Emitting module DequeModule
[187/357] Emitting module BitCollections
[196/357] Compiling _RopeModule _CharacterRecognizer.swift
[197/357] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[198/357] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[199/357] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[200/357] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[201/357] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[202/357] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[203/357] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[204/357] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[205/357] Compiling HashTreeCollections TreeSet.swift
[328/358] Emitting module _RopeModule
[329/358] Emitting module OrderedCollections
[331/359] Compiling _RopeModule Rope+Join.swift
[332/359] Compiling _RopeModule Rope+MutatingForEach.swift
[333/359] Compiling _RopeModule Rope+Remove.swift
[334/359] Compiling _RopeModule Rope+RemoveSubrange.swift
[335/359] Compiling _RopeModule Rope+Split.swift
[336/359] Compiling _RopeModule Optional Utilities.swift
[337/359] Compiling _RopeModule String Utilities.swift
[338/359] Compiling _RopeModule String.Index+ABI.swift
[360/360] Emitting module HashTreeCollections
[362/363] Emitting module Collections
[363/363] Compiling Collections Collections.swift
[365/412] 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
[366/412] 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
[367/412] 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
[368/412] 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
[369/412] 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
[370/412] 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
[371/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
[372/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
[373/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
[374/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
[375/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
[376/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
[377/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
[378/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
[379/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
[380/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
[381/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
[382/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
[383/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
[384/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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
[392/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
[393/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
[394/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
[395/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
[396/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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[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