The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JSONSchemaForm, reference main (a4feb4), with Swift 6.1 for Android on 19 Feb 2026 16:28:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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: 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:         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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/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.29s)
Fetched https://github.com/nalexn/ViewInspector from cache (1.29s)
Fetched https://github.com/apple/swift-collections from cache (1.32s)
Computing version for https://github.com/sirily11/swift-json-schema
Computed https://github.com/sirily11/swift-json-schema at 1.0.2 (1.86s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.3 (0.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.75s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/sirily11/swift-json-schema
Working copy of https://github.com/sirily11/swift-json-schema resolved at 1.0.2
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.10.3
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[14/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/41] Emitting module InternalCollectionsUtilities
[20/41] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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 UnsafeMutableRawBufferPointer+Extras.swift
[30/41] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[32/136] Emitting module JSONSchema
[33/186] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/186] Compiling HeapModule Heap+Invariants.swift
[35/261] Compiling HeapModule Heap+Descriptions.swift
[36/317] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[37/317] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[38/319] Compiling HeapModule Heap.swift
[39/319] Compiling HeapModule _HeapNode.swift
[40/319] Compiling HashTreeCollections _HashLevel.swift
[41/319] Compiling HashTreeCollections _HashNode+Builder.swift
[42/319] Compiling HashTreeCollections _Bucket.swift
[43/319] Compiling HashTreeCollections _Hash.swift
[44/319] Compiling HeapModule Heap+UnsafeHandle.swift
[45/319] Compiling HashTreeCollections _HashNode+Debugging.swift
[46/319] Compiling HashTreeCollections _HashNode+Initializers.swift
[47/319] Emitting module HeapModule
[49/320] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[50/320] Compiling HashTreeCollections TreeSet+Debugging.swift
[51/320] Compiling HashTreeCollections TreeSet+Descriptions.swift
[52/320] Compiling HashTreeCollections TreeSet+Equatable.swift
[53/320] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[54/320] Compiling HashTreeCollections TreeSet+Extras.swift
[55/320] Compiling HashTreeCollections TreeSet+Filter.swift
[56/320] Compiling HashTreeCollections _HashStack.swift
[57/320] Compiling HashTreeCollections _HashTreeIterator.swift
[58/320] Compiling HashTreeCollections _HashTreeStatistics.swift
[59/320] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[60/320] Compiling HashTreeCollections _RawHashNode.swift
[61/320] Compiling HashTreeCollections _UnmanagedHashNode.swift
[62/320] Compiling HashTreeCollections _UnsafePath.swift
[63/327] Compiling DequeModule _DequeSlot.swift
[64/327] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/327] Compiling HashTreeCollections TreeSet+Hashable.swift
[66/327] Compiling HashTreeCollections TreeSet+Sendable.swift
[67/327] Compiling HashTreeCollections TreeSet+Sequence.swift
[68/327] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[69/327] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[70/327] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[71/327] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[72/327] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[73/327] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[74/327] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[75/334] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[76/334] Compiling HashTreeCollections _HashNode+Storage.swift
[77/334] Compiling HashTreeCollections _HashNode+Invariants.swift
[78/334] Compiling HashTreeCollections _HashNode+Lookups.swift
[79/337] Compiling HashTreeCollections _HashSlot.swift
[86/337] Compiling HashTreeCollections _HashNode+Structural union.swift
[87/337] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[88/337] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[89/337] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[90/337] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[91/337] Compiling HashTreeCollections _HashNode.swift
[92/337] Compiling HashTreeCollections _HashNodeHeader.swift
[94/344] Compiling HashTreeCollections TreeDictionary+Codable.swift
[95/344] Compiling HashTreeCollections TreeDictionary+Collection.swift
[96/344] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[97/344] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[98/344] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[99/344] Compiling HashTreeCollections TreeDictionary.swift
[100/344] Compiling HashTreeCollections TreeSet+Codable.swift
[101/344] Compiling HashTreeCollections TreeSet+Collection.swift
[115/344] Compiling BitCollections BitSet.Index.swift
[116/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[117/344] Compiling HashTreeCollections _AncestorHashSlots.swift
[118/344] Compiling HashTreeCollections _Bitmap.swift
[125/344] Compiling BitCollections BitSet.swift
[126/344] Compiling BitCollections Range+Utilities.swift
[127/344] Compiling BitCollections Slice+Utilities.swift
[128/344] Compiling BitCollections UInt+Tricks.swift
[129/344] Compiling BitCollections _Word.swift
[130/344] Compiling OrderedCollections OrderedSet.swift
[131/344] Compiling OrderedCollections _UnsafeBitset.swift
[132/344] Compiling HashTreeCollections TreeDictionary+Merge.swift
[133/344] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[134/344] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[135/344] Compiling HashTreeCollections TreeDictionary+Values.swift
[146/344] Emitting module DequeModule
[147/345] Emitting module BitCollections
[149/345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[150/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[151/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[152/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[153/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[154/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[155/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[156/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[157/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[158/345] Compiling HashTreeCollections TreeSet.swift
[175/345] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[176/345] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[177/345] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[178/345] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[179/345] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[180/345] Compiling HashTreeCollections _HashNode+Structural merge.swift
[181/345] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[182/345] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[304/355] Emitting module _RopeModule
[305/355] Emitting module OrderedCollections
[307/356] Compiling JSONSchema JSONSchema.swift
[308/356] Compiling JSONSchema JSONSchema+Number.swift
[309/356] Compiling JSONSchema JSONSchema+Null.swift
[310/356] Compiling JSONSchema JSONSchema+Object.swift
[311/356] Compiling JSONSchema JSONSchema+String.swift
[348/368] Compiling _RopeModule Rope+Join.swift
[349/368] Compiling _RopeModule Rope+MutatingForEach.swift
[350/368] Compiling _RopeModule Rope+Remove.swift
[351/368] Compiling _RopeModule Rope+RemoveSubrange.swift
[352/368] Compiling _RopeModule Rope+Split.swift
[353/368] Compiling _RopeModule Optional Utilities.swift
[354/368] Compiling _RopeModule String Utilities.swift
[355/368] Compiling _RopeModule String.Index+ABI.swift
[356/368] Compiling _RopeModule _CharacterRecognizer.swift
[357/368] Emitting module HashTreeCollections
[360/372] Emitting module Collections
[361/372] Compiling Collections Collections.swift
[363/373] Compiling JSONSchemaValidator StringValidator.swift
[364/374] Compiling JSONSchemaValidator NumberValidator.swift
[365/374] Compiling JSONSchemaValidator ObjectValidator.swift
[366/374] Compiling JSONSchemaValidator FormatValidator.swift
[367/374] Compiling JSONSchemaValidator ValidationError.swift
[368/374] Compiling JSONSchemaValidator ArrayValidator.swift
[369/374] Compiling JSONSchemaValidator JSONSchemaValidating.swift
[370/374] Compiling JSONSchemaValidator JSONSchemaValidator.swift
[371/374] Emitting module JSONSchemaValidator
[372/374] Compiling JSONSchemaValidator CombinatorsValidator.swift
[373/374] Compiling JSONSchemaValidator EnumValidator.swift
[374/374] Compiling JSONSchemaValidator TypeValidator.swift
[376/423] Compiling JSONSchemaForm IconButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[377/423] Compiling JSONSchemaForm SubmitButton.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[378/423] Compiling JSONSchemaForm DescriptionFieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[379/423] Compiling JSONSchemaForm ErrorListTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[380/423] Compiling JSONSchemaForm FieldErrorTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[381/423] Compiling JSONSchemaForm FieldHelpTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[382/423] Compiling JSONSchemaForm FieldTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[383/429] Compiling JSONSchemaForm 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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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
[392/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
[393/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
[394/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
[395/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
[396/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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[410/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
[411/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
[412/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
[413/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
[414/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
[415/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
[416/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
[417/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
[418/429] Compiling JSONSchemaForm WrapIfAdditionalTemplate.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[419/429] Compiling JSONSchemaForm Theme.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[420/429] Compiling JSONSchemaForm EnumValue.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[421/429] Compiling JSONSchemaForm FormData.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[422/429] Compiling JSONSchemaForm ConditionEvaluator.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[423/429] Compiling JSONSchemaForm PropertyOrderExtractor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[424/429] Compiling JSONSchemaForm RegistryUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[425/429] Compiling JSONSchemaForm SchemaMerger.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[426/429] Compiling JSONSchemaForm SchemaPreprocessor.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[427/429] Compiling JSONSchemaForm SchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[428/429] Compiling JSONSchemaForm UISchemaUtils.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
[429/429] Compiling JSONSchemaForm Validation.swift
/host/spi-builder-workspace/Sources/JSONSchemaForm/Controller/FormContext.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Form Controller Environment Key
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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+Null.swift
[3/28] Compiling JSONSchema JSONSchema+Number.swift
[4/29] Compiling JSONSchema JSONSchema+String.swift
[5/29] Compiling InternalCollectionsUtilities Debugging.swift
[6/29] Compiling InternalCollectionsUtilities Descriptions.swift
[7/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[8/31] Compiling InternalCollectionsUtilities Integer rank.swift
[9/31] Emitting module JSONSchema
[10/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/31] Compiling JSONSchema JSONSchema+Object.swift
[15/31] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[24/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[28/31] Emitting module InternalCollectionsUtilities
[29/31] Compiling JSONSchema JSONSchema.swift
[32/32] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/318] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/318] Compiling _RopeModule BigString+Debugging.swift
[36/318] Compiling _RopeModule BigString+Index.swift
[37/320] Compiling HeapModule Heap+Descriptions.swift
[38/320] Compiling _RopeModule BigString+CustomStringConvertible.swift
[39/320] Compiling _RopeModule BigString+Equatable.swift
[40/320] Compiling JSONSchemaValidator StringValidator.swift
[41/321] Compiling HeapModule _HeapNode.swift
[42/321] Compiling HeapModule Heap.swift
[43/321] Compiling JSONSchemaValidator NumberValidator.swift
[44/321] Compiling JSONSchemaValidator ObjectValidator.swift
[45/321] Compiling JSONSchemaValidator FormatValidator.swift
[46/321] Compiling _RopeModule BigString+Iterators.swift
[47/321] Compiling _RopeModule BigString+Metrics.swift
[48/321] Compiling _RopeModule BigString+Ingester.swift
[49/321] Compiling _RopeModule BigString+Invariants.swift
[50/321] Compiling _RopeModule BigString+Summary.swift
[51/321] Compiling _RopeModule BigString.swift
[52/321] Compiling HeapModule Heap+Invariants.swift
[53/321] Compiling HeapModule Heap+UnsafeHandle.swift
[54/321] Emitting module HeapModule
[55/322] Compiling _RopeModule BigString+Builder.swift
[56/322] Compiling _RopeModule BigString+Contents.swift
[59/322] Compiling _RopeModule Rope+ForEachWhile.swift
[60/322] Compiling _RopeModule Rope+Insert.swift
[61/322] Compiling HashTreeCollections TreeSet+Sequence.swift
[62/322] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[63/322] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[64/322] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[65/322] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[66/322] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/322] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/322] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[70/332] Compiling _RopeModule Rope+Invariants.swift
[71/332] Compiling _RopeModule Rope+_Node.swift
[72/332] Compiling _RopeModule Rope+_Storage.swift
[73/332] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[74/332] Compiling _RopeModule Rope+_UnsafeHandle.swift
[75/332] Compiling _RopeModule Rope.swift
[76/332] Compiling _RopeModule RopeElement.swift
[77/332] Compiling _RopeModule BigString+Insert.swift
[78/332] Compiling _RopeModule BigString+Managing Breaks.swift
[79/332] Compiling _RopeModule BigString+RemoveSubrange.swift
[80/332] Compiling _RopeModule BigString+ReplaceSubrange.swift
[81/332] Compiling _RopeModule BigString+Split.swift
[82/332] Compiling _RopeModule Range+BigString.swift
[83/332] Compiling _RopeModule BigString+UTF16View.swift
[84/339] Compiling JSONSchemaValidator TypeValidator.swift
[85/339] Compiling DequeModule _DequeSlot.swift
[86/339] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/339] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[88/339] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[89/339] Compiling _RopeModule BigString+Sequence.swift
[90/339] Compiling _RopeModule BigString+TextOutputStream.swift
[91/339] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[92/339] Compiling _RopeModule BigString+Chunk+Breaks.swift
[93/339] Compiling _RopeModule BigString+Chunk+Counts.swift
[94/346] Emitting module JSONSchemaValidator
[105/347] Compiling _RopeModule BigString+Comparable.swift
[106/347] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[108/347] Compiling _RopeModule BigSubstring.swift
[109/347] Compiling _RopeModule Rope+Builder.swift
[110/347] Compiling _RopeModule Rope+Debugging.swift
[116/347] Compiling BitCollections BitSet.Index.swift
[117/347] Compiling BitCollections BitSet._UnsafeHandle.swift
[118/347] Compiling BitCollections BitSet.swift
[119/347] Compiling BitCollections Range+Utilities.swift
[120/347] Compiling BitCollections Slice+Utilities.swift
[121/347] Compiling BitCollections UInt+Tricks.swift
[122/347] Compiling BitCollections _Word.swift
[123/347] Compiling OrderedCollections OrderedSet.swift
[124/347] Compiling OrderedCollections _UnsafeBitset.swift
[125/347] Compiling _RopeModule Rope+Sequence.swift
[126/347] Compiling _RopeModule Rope+Append.swift
[127/347] Compiling _RopeModule Rope+Extract.swift
[128/347] Compiling _RopeModule Rope+Find.swift
[129/347] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[130/347] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[131/347] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[132/347] Compiling _RopeModule BigString+Chunk+Splitting.swift
[133/347] Compiling _RopeModule BigString+Chunk.swift
[134/347] Compiling _RopeModule BigString+BidirectionalCollection.swift
[135/347] Compiling _RopeModule BigString+Append.swift
[136/347] Compiling _RopeModule BigString+Initializers.swift
[152/347] Compiling _RopeModule BigString+UTF8View.swift
[153/347] Compiling _RopeModule BigString+UnicodeScalarView.swift
[154/347] Compiling _RopeModule BigSubstring+UTF16View.swift
[155/347] Compiling _RopeModule BigSubstring+UTF8View.swift
[156/347] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[160/347] Emitting module BitCollections
[169/347] Emitting module DequeModule
[170/348] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[171/348] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[172/348] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[173/348] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[174/348] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[175/348] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[176/348] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[177/348] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[178/348] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[179/348] Compiling HashTreeCollections TreeSet.swift
[213/348] Compiling _RopeModule BigString+Chunk+Description.swift
[328/358] Emitting module OrderedCollections
[330/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 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 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
[379/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
[380/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
[381/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
[382/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
[383/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
[384/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
[385/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
[386/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
[387/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
[388/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
[389/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
[390/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
[391/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)
[392/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
[393/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
[394/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
[395/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
[396/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
[397/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
[398/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
[399/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
[400/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
[401/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
[402/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
[403/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
[404/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
[405/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
[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 android