The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JSONSchemaForm, reference v1.0.4 (a4feb4), with Swift 6.1 for Android on 19 Feb 2026 01:19:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sirily11/swift-jsonschema-form.git
Reference: 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sirily11/swift-jsonschema-form.git
https://github.com/sirily11/swift-jsonschema-form.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-json-schema",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sirily11/swift-json-schema"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector"
    }
  ],
  "manifest_display_name" : "JSONSchemaForm",
  "name" : "JSONSchemaForm",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONSchemaForm",
      "targets" : [
        "JSONSchemaForm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONSchemaValidator",
      "targets" : [
        "JSONSchemaValidator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaValidatorTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaValidatorTests",
      "path" : "Sources/JSONSchemaValidatorTests",
      "sources" : [
        "ArrayValidatorTests.swift",
        "CombinatorsValidatorTests.swift",
        "EnumValidatorTests.swift",
        "FormatValidatorTests.swift",
        "IntegrationTests.swift",
        "JSONSchemaTypeTests.swift",
        "NumberValidatorTests.swift",
        "ObjectValidatorTests.swift",
        "StringValidatorTests.swift",
        "TypeValidatorTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaValidator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaValidator",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaValidator",
      "path" : "Sources/JSONSchemaValidator",
      "product_dependencies" : [
        "JSONSchema"
      ],
      "product_memberships" : [
        "JSONSchemaForm",
        "JSONSchemaValidator"
      ],
      "sources" : [
        "JSONSchemaValidating.swift",
        "JSONSchemaValidator.swift",
        "ValidationError.swift",
        "Validators/ArrayValidator.swift",
        "Validators/CombinatorsValidator.swift",
        "Validators/EnumValidator.swift",
        "Validators/FormatValidator.swift",
        "Validators/NumberValidator.swift",
        "Validators/ObjectValidator.swift",
        "Validators/StringValidator.swift",
        "Validators/TypeValidator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONSchemaFormTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaFormTests",
      "path" : "Sources/JSONSchemaFormTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "FieldTemplateTests.swift",
        "FormDataEncodableTests.swift",
        "JSONSchemaForm+AllOfTests.swift",
        "JSONSchemaForm+ArrayTests.swift",
        "JSONSchemaForm+BooleanTests.swift",
        "JSONSchemaForm+ControllerTests.swift",
        "JSONSchemaForm+DefaultWithRefsTests.swift",
        "JSONSchemaForm+EnumTests.swift",
        "JSONSchemaForm+FieldOrderTests.swift",
        "JSONSchemaForm+IfThenElseTests.swift",
        "JSONSchemaForm+NumberTests.swift",
        "JSONSchemaForm+ObjectTests.swift",
        "JSONSchemaForm+OneOfTests.swift",
        "JSONSchemaForm+SchemaTests.swift",
        "JSONSchemaForm+StringTests.swift",
        "JSONSchemaForm+StringWidgetTests.swift",
        "JSONSchemaFormControllerTests.swift",
        "TestSchema.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaForm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaForm",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaForm",
      "path" : "Sources/JSONSchemaForm",
      "product_dependencies" : [
        "JSONSchema",
        "Collections"
      ],
      "product_memberships" : [
        "JSONSchemaForm"
      ],
      "sources" : [
        "Controller/FormContext.swift",
        "Controller/JSONSchemaFormController.swift",
        "Fields/AllOfField.swift",
        "Fields/AnyOfField.swift",
        "Fields/ArrayField.swift",
        "Fields/BooleanField.swift",
        "Fields/DescriptionField.swift",
        "Fields/EnumField.swift",
        "Fields/Fields.swift",
        "Fields/InvalidValueType.swift",
        "Fields/MultiSchemaField.swift",
        "Fields/NullField.swift",
        "Fields/NumberField.swift",
        "Fields/ObjectField.swift",
        "Fields/OneOfField.swift",
        "Fields/SchemaField.swift",
        "Fields/StringField.swift",
        "Fields/TitleField.swift",
        "Fields/UnsupportedField.swift",
        "JSONSchemaForm.swift",
        "Registry.swift",
        "Templates/ArrayFieldDescriptionTemplate.swift",
        "Templates/ArrayFieldItemTemplate.swift",
        "Templates/ArrayFieldTemplate.swift",
        "Templates/ArrayFieldTitleTemplate.swift",
        "Templates/BaseInputTemplate.swift",
        "Templates/ButtonTemplates/AddButton.swift",
        "Templates/ButtonTemplates/ButtonTemplates.swift",
        "Templates/ButtonTemplates/IconButton.swift",
        "Templates/ButtonTemplates/SubmitButton.swift",
        "Templates/DescriptionFieldTemplate.swift",
        "Templates/ErrorListTemplate.swift",
        "Templates/FieldErrorTemplate.swift",
        "Templates/FieldHelpTemplate.swift",
        "Templates/FieldTemplate.swift",
        "Templates/ObjectFieldTemplate.swift",
        "Templates/RegistryTemplates.swift",
        "Templates/TemplateProps.swift",
        "Templates/Templates.swift",
        "Templates/TitleFieldTemplate.swift",
        "Templates/UnsupportedFieldTemplate.swift",
        "Templates/WrapIfAdditionalTemplate.swift",
        "Theme.swift",
        "Types/EnumValue.swift",
        "Types/FormData.swift",
        "Utils/ConditionEvaluator.swift",
        "Utils/PropertyOrderExtractor.swift",
        "Utils/RegistryUtils.swift",
        "Utils/SchemaMerger.swift",
        "Utils/SchemaPreprocessor.swift",
        "Utils/SchemaUtils.swift",
        "Utils/UISchemaUtils.swift",
        "Utils/Validation.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaValidator"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/nalexn/ViewInspector
Fetching https://github.com/sirily11/swift-json-schema
[1/174] Fetching swift-json-schema
[175/19843] Fetching swift-json-schema, swift-collections
Fetched https://github.com/sirily11/swift-json-schema from cache (0.23s)
[1771/19669] Fetching swift-collections
[1772/32397] Fetching swift-collections, viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (0.64s)
[11409/19669] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.38s)
Computing version for https://github.com/sirily11/swift-json-schema
Computed https://github.com/sirily11/swift-json-schema at 1.0.2 (3.39s)
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.04s)
Creating working copy for https://github.com/sirily11/swift-json-schema
Working copy of https://github.com/sirily11/swift-json-schema resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.10.3
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/39] Emitting module InternalCollectionsUtilities
[14/41] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/41] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/41] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/41] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[21/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/41] Compiling InternalCollectionsUtilities Integer rank.swift
[24/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/41] Compiling InternalCollectionsUtilities Debugging.swift
[28/41] Compiling InternalCollectionsUtilities Descriptions.swift
[29/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/316] Compiling HeapModule _HeapNode.swift
[33/316] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[34/316] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[35/318] Compiling HeapModule Heap.swift
[36/318] Compiling BitCollections BitArray+Codable.swift
[37/318] Compiling BitCollections BitArray+Collection.swift
[38/318] Compiling HeapModule Heap+Invariants.swift
[39/318] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/318] Compiling HeapModule Heap+Descriptions.swift
[41/318] Compiling HeapModule Heap+UnsafeHandle.swift
[42/318] Emitting module HeapModule
[43/319] Compiling BitCollections BitArray+Copy.swift
[44/319] Compiling BitCollections BitArray+CustomReflectable.swift
[45/319] Emitting module BitCollections
[46/326] Compiling BitCollections BitArray+Descriptions.swift
[47/326] Compiling BitCollections BitArray+Equatable.swift
[48/326] Compiling BitCollections BitSet+Random.swift
[49/326] Compiling BitCollections BitSet+SetAlgebra basics.swift
[50/326] Compiling BitCollections BitSet+Initializers.swift
[51/326] Compiling BitCollections BitSet+Invariants.swift
[53/326] Compiling DequeModule _DequeSlot.swift
[54/326] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/326] Compiling _RopeModule _RopeItem.swift
[56/326] Compiling _RopeModule _RopePath.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 BitCollections BitSet+SetAlgebra subtracting.swift
[66/336] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[67/336] Compiling BitCollections BitSet+SetAlgebra union.swift
[68/336] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[69/336] Compiling BitCollections BitSet.Counted.swift
[70/336] Compiling BitCollections BitSet.Index.swift
[71/336] Compiling BitCollections BitSet._UnsafeHandle.swift
[72/343] Compiling BitCollections BitSet+CustomStringConvertible.swift
[73/343] Compiling BitCollections BitSet+Equatable.swift
[74/343] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[75/343] Compiling BitCollections BitSet+Extras.swift
[76/343] Compiling BitCollections BitSet+Hashable.swift
[77/343] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[78/343] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[94/343] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[95/343] Compiling BitCollections BitArray+Extras.swift
[96/343] Compiling BitCollections BitArray+Fill.swift
[97/343] Compiling BitCollections BitArray+Hashable.swift
[98/343] Compiling BitCollections BitArray+Initializers.swift
[99/343] Compiling BitCollections BitArray+Invariants.swift
[100/343] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[101/343] Compiling BitCollections BitArray+RandomBits.swift
[102/343] Compiling BitCollections BitArray+BitwiseOperations.swift
[103/343] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[121/343] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[122/343] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[123/343] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[124/343] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[125/343] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[126/343] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[127/343] Compiling BitCollections BitSet+CustomReflectable.swift
[132/343] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[133/343] Compiling BitCollections BitArray+Shifts.swift
[134/343] Compiling BitCollections BitArray+Testing.swift
[135/343] Compiling BitCollections BitArray._UnsafeHandle.swift
[136/343] Compiling BitCollections BitArray.swift
[137/343] Compiling BitCollections BitSet+BidirectionalCollection.swift
[138/343] Compiling BitCollections BitSet+Codable.swift
[139/343] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[140/343] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[162/343] Emitting module DequeModule
[165/344] Compiling OrderedCollections OrderedSet+Sendable.swift
[166/344] Compiling OrderedCollections OrderedSet+SubSequence.swift
[167/344] Compiling OrderedCollections OrderedSet+Testing.swift
[168/344] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[169/344] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[187/344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[188/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[189/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[190/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[191/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[192/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[193/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[194/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[195/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[196/344] Compiling HashTreeCollections TreeSet.swift
[219/345] Compiling OrderedCollections OrderedSet.swift
[220/345] Compiling OrderedCollections _UnsafeBitset.swift
[221/345] Compiling _RopeModule Rope.swift
[222/345] Compiling _RopeModule RopeElement.swift
[223/345] Compiling _RopeModule RopeMetric.swift
[224/345] Compiling _RopeModule RopeSummary.swift
[290/354] Emitting module OrderedCollections
[325/355] Emitting module _RopeModule
[326/355] Emitting module HashTreeCollections
[328/356] Compiling _RopeModule Rope+Join.swift
[329/356] Compiling _RopeModule Rope+MutatingForEach.swift
[330/356] Compiling _RopeModule Rope+Remove.swift
[331/356] Compiling _RopeModule Rope+RemoveSubrange.swift
[332/356] Compiling _RopeModule Rope+Split.swift
[333/356] Compiling _RopeModule Optional Utilities.swift
[334/356] Compiling _RopeModule String Utilities.swift
[335/356] Compiling _RopeModule String.Index+ABI.swift
[336/356] Compiling _RopeModule _CharacterRecognizer.swift
[337/356] Compiling JSONSchema JSONSchema+Number.swift
[340/356] Emitting module JSONSchema
[341/357] Compiling JSONSchema JSONSchema+String.swift
[342/357] Compiling JSONSchema JSONSchema+Object.swift
[347/357] Compiling JSONSchema JSONSchema+Null.swift
[358/358] Compiling JSONSchema JSONSchema.swift
[360/361] Compiling Collections Collections.swift
[361/361] Emitting module Collections
[363/373] Compiling JSONSchemaValidator StringValidator.swift
[364/374] Compiling JSONSchemaValidator NumberValidator.swift
[365/374] Compiling JSONSchemaValidator FormatValidator.swift
[366/374] Compiling JSONSchemaValidator ObjectValidator.swift
[367/374] Compiling JSONSchemaValidator TypeValidator.swift
[368/374] Emitting module JSONSchemaValidator
[369/374] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[370/374] Compiling JSONSchemaValidator JSONSchemaValidator.swift
[371/374] Compiling JSONSchemaValidator ValidationError.swift
[372/374] Compiling JSONSchemaValidator ArrayValidator.swift
[373/374] Compiling JSONSchemaValidator CombinatorsValidator.swift
[374/374] Compiling JSONSchemaValidator EnumValidator.swift
[376/423] 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
[377/423] 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
[378/423] 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
[379/423] 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
[380/423] 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
[381/423] 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
[382/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
[383/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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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
[392/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
[393/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
[394/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
[395/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
[396/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
[397/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
[398/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
[399/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
[400/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
[401/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)
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[413/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
[414/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
[415/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
[416/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
[417/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
[418/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
[419/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
[420/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
[421/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
[422/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
[423/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
[424/429] Compiling JSONSchemaForm RegistryUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[425/429] Compiling JSONSchemaForm SchemaMerger.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[426/429] Compiling JSONSchemaForm SchemaPreprocessor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[427/429] Compiling JSONSchemaForm SchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[428/429] Compiling JSONSchemaForm UISchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[429/429] Compiling JSONSchemaForm Validation.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling JSONSchema JSONSchema+String.swift
[3/28] Compiling JSONSchema JSONSchema+Object.swift
[4/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/29] Compiling InternalCollectionsUtilities Debugging.swift
[9/29] Compiling InternalCollectionsUtilities Descriptions.swift
[10/29] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[11/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/29] Compiling JSONSchema JSONSchema+Number.swift
[13/29] Compiling JSONSchema JSONSchema+Null.swift
[16/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/31] Emitting module JSONSchema
[19/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/31] Compiling InternalCollectionsUtilities Integer rank.swift
[27/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[29/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/31] Compiling JSONSchema JSONSchema.swift
[31/32] Emitting module InternalCollectionsUtilities
[34/205] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/293] Compiling _RopeModule BigString+CustomStringConvertible.swift
[36/293] Compiling _RopeModule BigString+Equatable.swift
[37/304] Compiling HeapModule Heap+Descriptions.swift
[38/320] Compiling _RopeModule BigString+Chunk+Counts.swift
[39/320] Compiling _RopeModule BigString+Chunk+Description.swift
[40/320] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[41/320] Compiling _RopeModule BigString+Chunk+Splitting.swift
[42/320] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[43/320] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[44/320] Compiling JSONSchemaValidator StringValidator.swift
[45/321] Compiling HeapModule _HeapNode.swift
[46/321] Compiling HeapModule Heap.swift
[47/321] Compiling _RopeModule BigString+Chunk.swift
[48/321] Compiling _RopeModule BigString+BidirectionalCollection.swift
[49/321] Compiling HeapModule Heap+Invariants.swift
[50/321] Compiling HeapModule Heap+UnsafeHandle.swift
[51/321] Compiling _RopeModule RopeMetric.swift
[52/321] Compiling _RopeModule RopeSummary.swift
[53/321] Compiling _RopeModule _RopeItem.swift
[54/321] Compiling _RopeModule _RopePath.swift
[55/321] Compiling _RopeModule _RopeVersion.swift
[56/321] Compiling _RopeModule Rope+Collection.swift
[57/321] Compiling _RopeModule Rope+Index.swift
[58/321] Compiling _RopeModule Rope+Sequence.swift
[59/321] Compiling _RopeModule Rope+Append.swift
[60/321] Compiling _RopeModule Rope+Extract.swift
[61/321] Compiling JSONSchemaValidator NumberValidator.swift
[62/321] Compiling JSONSchemaValidator FormatValidator.swift
[63/321] Compiling JSONSchemaValidator ObjectValidator.swift
[64/331] Compiling _RopeModule BigString+UTF16View.swift
[65/331] Compiling _RopeModule BigString+UTF8View.swift
[66/331] Compiling _RopeModule Rope+_Storage.swift
[67/331] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[68/331] Compiling _RopeModule Rope+_UnsafeHandle.swift
[69/331] Compiling _RopeModule Rope.swift
[70/331] Compiling _RopeModule RopeElement.swift
[73/338] Compiling _RopeModule BigSubstring+UTF8View.swift
[74/338] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[75/338] Compiling _RopeModule BigSubstring.swift
[76/338] Compiling _RopeModule Rope+Builder.swift
[77/338] Compiling _RopeModule Rope+Debugging.swift
[78/338] Compiling _RopeModule Rope+Invariants.swift
[79/338] Compiling _RopeModule Rope+_Node.swift
[82/338] Compiling _RopeModule BigString+Comparable.swift
[83/338] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[86/338] Compiling DequeModule _DequeSlot.swift
[87/338] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/338] Emitting module HeapModule
[91/339] Compiling JSONSchemaValidator TypeValidator.swift
[92/339] Emitting module JSONSchemaValidator
[93/339] Compiling _RopeModule BigString+ReplaceSubrange.swift
[94/339] Compiling _RopeModule BigString+Split.swift
[95/339] Compiling _RopeModule Range+BigString.swift
[106/339] Compiling _RopeModule BigString+Ingester.swift
[107/339] Compiling _RopeModule BigString+Invariants.swift
[108/339] Compiling _RopeModule BigString+Iterators.swift
[109/339] Compiling _RopeModule BigString+Metrics.swift
[110/339] Compiling _RopeModule BigString+Summary.swift
[111/339] Compiling _RopeModule BigString.swift
[112/339] Compiling _RopeModule BigString+UnicodeScalarView.swift
[113/339] Compiling _RopeModule BigSubstring+UTF16View.swift
[114/339] Compiling _RopeModule BigString+Append.swift
[115/339] Compiling _RopeModule BigString+Initializers.swift
[116/339] Compiling _RopeModule BigString+Insert.swift
[117/339] Compiling _RopeModule BigString+Managing Breaks.swift
[118/339] Compiling _RopeModule BigString+RemoveSubrange.swift
[122/339] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[123/339] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[124/339] Compiling _RopeModule BigString+Sequence.swift
[125/339] Compiling _RopeModule BigString+TextOutputStream.swift
[126/339] Compiling _RopeModule BigString+Builder.swift
[127/339] Compiling _RopeModule BigString+Contents.swift
[128/339] Compiling _RopeModule BigString+Debugging.swift
[129/339] Compiling _RopeModule BigString+Index.swift
[130/339] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[131/339] Compiling _RopeModule BigString+Chunk+Breaks.swift
[148/347] Emitting module BitCollections
[177/347] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[178/347] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/347] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/347] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/347] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/347] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/347] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/347] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/347] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/347] Compiling HashTreeCollections TreeSet.swift
[219/347] Emitting module DequeModule
[220/348] Compiling _RopeModule Rope+Find.swift
[221/348] Compiling _RopeModule Rope+ForEachWhile.swift
[222/348] Compiling _RopeModule Rope+Insert.swift
[223/348] Compiling HashTreeCollections _RawHashNode.swift
[224/348] Compiling HashTreeCollections _UnmanagedHashNode.swift
[225/348] Compiling HashTreeCollections _UnsafePath.swift
[226/348] Compiling HashTreeCollections TreeDictionary+Codable.swift
[227/348] Compiling HashTreeCollections TreeDictionary+Collection.swift
[228/348] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[229/348] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[230/348] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[242/357] Compiling BitCollections BitSet.swift
[243/357] Compiling BitCollections Range+Utilities.swift
[244/357] Compiling BitCollections Slice+Utilities.swift
[245/357] Compiling BitCollections UInt+Tricks.swift
[246/357] Compiling BitCollections _Word.swift
[247/357] Compiling OrderedCollections OrderedSet.swift
[248/357] Compiling OrderedCollections _UnsafeBitset.swift
[249/357] Compiling BitCollections BitSet.Index.swift
[250/357] Compiling BitCollections BitSet._UnsafeHandle.swift
[296/358] Emitting module OrderedCollections
[320/359] Emitting module _RopeModule
[350/359] Compiling _RopeModule Rope+Join.swift
[351/359] Compiling _RopeModule Rope+MutatingForEach.swift
[352/359] Compiling _RopeModule Rope+Remove.swift
[353/359] Compiling _RopeModule Rope+RemoveSubrange.swift
[354/359] Compiling _RopeModule Rope+Split.swift
[355/359] Compiling _RopeModule Optional Utilities.swift
[356/359] Compiling _RopeModule String Utilities.swift
[357/359] Compiling _RopeModule String.Index+ABI.swift
[358/359] Compiling _RopeModule _CharacterRecognizer.swift
[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
[379/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
[380/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
[381/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
[382/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
[383/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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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
[392/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
[393/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
[394/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
[395/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
[396/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
[397/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[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 android