The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Typeform, reference 0.13.1 (76f7e3), with Swift 6.2 for Android on 18 Apr 2026 11:56:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nice-Healthcare/typeform-swift.git
Reference: 0.13.1
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/Nice-Healthcare/typeform-swift
 * tag               0.13.1     -> FETCH_HEAD
HEAD is now at 76f7e38 Liquid Glass (#41)
Cloned https://github.com/Nice-Healthcare/typeform-swift.git
Revision (git rev-parse @):
76f7e38036da04b338b66a471bf181d9718518e8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Nice-Healthcare/typeform-swift.git at 0.13.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nice-Healthcare/typeform-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/21] Write sources
[0/21] Copying ImageAttachment.json
[0/21] Copying HealthHistoryV3.json
[0/21] Copying DemoForm.json
[0/21] Copying MatrixExample.json
[5/21] Write sources
[7/21] Copying translated_typeform.json
[8/21] Copying TranslationForm(es).json
[9/21] Copying TranslationFormBase.json
[10/21] Copying MedicalIntake.json
[10/21] Copying standard_typeform.json
[10/21] Copying PrimaryCareV3.json
[11/21] Copying PhysicalTherapyV3.json
[14/21] Copying PTIntake42.json
[15/21] Copying GenericSlugs.json
[15/21] Copying MedicalIntake35.json
[15/21] Copying MedicalIntake26.json
[16/21] Copying MedicalIntake24.json
[19/21] Copying MedicalIntake23.json
[20/21] Write swift-version--11D90AFD9DD3AB2.txt
[22/66] Compiling Typeform Condition+Validation.swift
[23/66] Compiling Typeform Field+Lookup.swift
[24/66] Compiling Typeform Form+Lookup.swift
[25/66] Compiling Typeform Form+Position.swift
[26/66] Compiling Typeform Form+Screen.swift
[27/66] Compiling Typeform Responses+Validation.swift
[28/66] Compiling Typeform Var+Validation.swift
[29/66] Emitting module Typeform
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[30/66] Compiling Typeform Condition.swift
[31/66] Compiling Typeform Logic.swift
[32/66] Compiling Typeform Op.swift
[33/66] Compiling Typeform Var.swift
[34/66] Compiling Typeform DateStamp.swift
[35/66] Compiling Typeform Dropdown.swift
[36/72] Compiling Typeform ScreenProperties.swift
[37/72] Compiling Typeform Settings.swift
[38/72] Compiling Typeform Statement.swift
[39/72] Compiling Typeform Theme.swift
[40/72] Compiling Typeform Validations.swift
[41/72] Compiling Typeform WelcomeScreen.swift
[42/72] Compiling Typeform ShortText.swift
[43/72] Compiling Typeform YesNo.swift
[44/72] Compiling Typeform Attachment.swift
[45/72] Compiling Typeform Choice.swift
[46/72] Compiling Typeform EndingScreen.swift
[47/72] Compiling Typeform Field.swift
[48/72] Compiling Typeform Position.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[49/72] Compiling Typeform Reference.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[50/72] Compiling Typeform ResponseValue.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[51/72] Compiling Typeform Responses.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[52/72] Compiling Typeform TypeformError.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[53/72] Compiling Typeform Upload.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[54/72] Compiling Typeform Action.swift
/host/spi-builder-workspace/Sources/Typeform/Models/Reference.swift:20:23: warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 18 |     }
 19 |
 20 |     public static var valueEncodingCase: ValueEncodingCase = .lowercase
    |                       |- warning: static property 'valueEncodingCase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                       |- note: convert 'valueEncodingCase' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'valueEncodingCase' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     public static func make(with value: String) -> Reference {
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[55/72] Compiling Typeform FieldContainer.swift
[56/72] Compiling Typeform Form.swift
[57/72] Compiling Typeform Group.swift
[58/72] Compiling Typeform Links.swift
[59/72] Compiling Typeform Matrix.swift
[60/72] Compiling Typeform Screen.swift
[61/72] Compiling Typeform FileUpload.swift
[62/72] Compiling Typeform LongText.swift
[63/72] Compiling Typeform MultipleChoice.swift
[64/72] Compiling Typeform Number.swift
[65/72] Compiling Typeform OpinionScale.swift
[66/72] Compiling Typeform Rating.swift
[67/72] Compiling Typeform Workspace.swift
[68/72] Compiling Typeform TranslatedChoice.swift
[69/72] Compiling Typeform TranslatedField.swift
[70/72] Compiling Typeform TranslatedForm.swift
[71/72] Compiling Typeform TranslatedProperties.swift
[72/72] Compiling Typeform TranslatedScreen.swift
[74/78] Compiling TypeformPreview Form+Preview.swift
[75/78] Compiling TypeformPreview resource_bundle_accessor.swift
[76/78] Compiling TypeformPreview Bundle+TypeformPreview.swift
[77/78] Emitting module TypeformPreview
[78/78] Compiling TypeformPreview Field+Preview.swift
[80/104] Compiling TypeformUI Settings.swift
[81/104] Compiling TypeformUI AttachmentView.swift
[82/104] Compiling TypeformUI FieldView.swift
[83/104] Emitting module TypeformUI
[84/107] Compiling TypeformUI UploadImageView.swift
[85/107] Compiling TypeformUI UploadLabelStyle.swift
[86/107] Compiling TypeformUI UploadPickerView.swift
[87/107] Compiling TypeformUI Conclusion.swift
[88/107] Compiling TypeformUI FormView.swift
[89/107] Compiling TypeformUI RejectedView.swift
[90/107] Compiling TypeformUI ScreenView.swift
[91/107] Compiling TypeformUI NumberView.swift
[92/107] Compiling TypeformUI OpinionScaleView.swift
[93/107] Compiling TypeformUI RatingView.swift
[94/107] Compiling TypeformUI Checkbox.swift
[95/107] Compiling TypeformUI IntermittentChoiceButtonStyle.swift
[96/107] Compiling TypeformUI IntermittentTheme.swift
[97/107] Compiling TypeformUI Radio.swift
[98/107] Compiling TypeformUI View+FieldStyle.swift
[99/107] Compiling TypeformUI DateStampView.swift
[100/107] Compiling TypeformUI DropdownView.swift
[101/107] Compiling TypeformUI FileUploadView.swift
[102/107] Compiling TypeformUI ShortTextView.swift
[103/107] Compiling TypeformUI YesNoView.swift
[104/107] Compiling TypeformUI ResponseState.swift
[105/107] Compiling TypeformUI LongTextView.swift
[106/107] Compiling TypeformUI MatrixView.swift
[107/107] Compiling TypeformUI MultipleChoiceView.swift
Build complete! (18.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Typeform",
  "name" : "Typeform",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Typeform",
      "targets" : [
        "Typeform",
        "TypeformPreview",
        "TypeformUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TypeformUI",
      "module_type" : "SwiftTarget",
      "name" : "TypeformUI",
      "path" : "Sources/TypeformUI",
      "product_memberships" : [
        "Typeform"
      ],
      "sources" : [
        "Components/Checkbox.swift",
        "Components/IntermittentChoiceButtonStyle.swift",
        "Components/IntermittentTheme.swift",
        "Components/Radio.swift",
        "Components/UploadImageView.swift",
        "Components/UploadLabelStyle.swift",
        "Components/UploadPickerView.swift",
        "Conclusion.swift",
        "Extensions/View+FieldStyle.swift",
        "Fields/DateStampView.swift",
        "Fields/DropdownView.swift",
        "Fields/FileUploadView.swift",
        "Fields/LongTextView.swift",
        "Fields/MatrixView.swift",
        "Fields/MultipleChoiceView.swift",
        "Fields/NumberView.swift",
        "Fields/OpinionScaleView.swift",
        "Fields/RatingView.swift",
        "Fields/ShortTextView.swift",
        "Fields/YesNoView.swift",
        "ResponseState.swift",
        "Settings.swift",
        "Structure/AttachmentView.swift",
        "Structure/FieldView.swift",
        "Structure/FormView.swift",
        "Structure/RejectedView.swift",
        "Structure/ScreenView.swift"
      ],
      "target_dependencies" : [
        "Typeform",
        "TypeformPreview"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeformTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeformTests",
      "path" : "Tests/TypeformTests",
      "sources" : [
        "DemoFormTests.swift",
        "FormDecodingTests.swift",
        "FormPositionTests.swift",
        "FormScreenTests.swift",
        "HealthHistoryFormTests.swift",
        "ImageAttachmentTests.swift",
        "MedicalIntake35Tests.swift",
        "PTIntakeTests.swift",
        "PreLoadedResponsesTests.swift",
        "ReferenceTests.swift",
        "ResponsesTests.swift",
        "SchemaTests.swift",
        "TranslationTests.swift",
        "TypeformTests.swift"
      ],
      "target_dependencies" : [
        "Typeform",
        "TypeformPreview"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeformPreview",
      "module_type" : "SwiftTarget",
      "name" : "TypeformPreview",
      "path" : "Sources/TypeformPreview",
      "product_memberships" : [
        "Typeform"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/DemoForm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/GenericSlugs.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/HealthHistoryV3.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/ImageAttachment.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/MatrixExample.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake23.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake24.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake26.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake35.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/PTIntake42.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/PhysicalTherapyV3.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/PrimaryCareV3.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/TranslationForm(es).json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/TranslationFormBase.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/standard_typeform.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TypeformPreview/Resources/translated_typeform.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+TypeformPreview.swift",
        "Field+Preview.swift",
        "Form+Preview.swift"
      ],
      "target_dependencies" : [
        "Typeform"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Typeform",
      "module_type" : "SwiftTarget",
      "name" : "Typeform",
      "path" : "Sources/Typeform",
      "product_memberships" : [
        "Typeform"
      ],
      "sources" : [
        "Extensions/Condition+Validation.swift",
        "Extensions/Field+Lookup.swift",
        "Extensions/Form+Lookup.swift",
        "Extensions/Form+Position.swift",
        "Extensions/Form+Screen.swift",
        "Extensions/Responses+Validation.swift",
        "Extensions/Var+Validation.swift",
        "Models/Position.swift",
        "Models/Reference.swift",
        "Models/ResponseValue.swift",
        "Models/Responses.swift",
        "Models/TypeformError.swift",
        "Models/Upload.swift",
        "Schema/Logic/Action.swift",
        "Schema/Logic/Condition.swift",
        "Schema/Logic/Logic.swift",
        "Schema/Logic/Op.swift",
        "Schema/Logic/Var.swift",
        "Schema/Questions/DateStamp.swift",
        "Schema/Questions/Dropdown.swift",
        "Schema/Questions/FileUpload.swift",
        "Schema/Questions/LongText.swift",
        "Schema/Questions/MultipleChoice.swift",
        "Schema/Questions/Number.swift",
        "Schema/Questions/OpinionScale.swift",
        "Schema/Questions/Rating.swift",
        "Schema/Questions/ShortText.swift",
        "Schema/Questions/YesNo.swift",
        "Schema/Structure/Attachment.swift",
        "Schema/Structure/Choice.swift",
        "Schema/Structure/EndingScreen.swift",
        "Schema/Structure/Field.swift",
        "Schema/Structure/FieldContainer.swift",
        "Schema/Structure/Form.swift",
        "Schema/Structure/Group.swift",
        "Schema/Structure/Links.swift",
        "Schema/Structure/Matrix.swift",
        "Schema/Structure/Screen.swift",
        "Schema/Structure/ScreenProperties.swift",
        "Schema/Structure/Settings.swift",
        "Schema/Structure/Statement.swift",
        "Schema/Structure/Theme.swift",
        "Schema/Structure/Validations.swift",
        "Schema/Structure/WelcomeScreen.swift",
        "Schema/Structure/Workspace.swift",
        "Schema/Translation/TranslatedChoice.swift",
        "Schema/Translation/TranslatedField.swift",
        "Schema/Translation/TranslatedForm.swift",
        "Schema/Translation/TranslatedProperties.swift",
        "Schema/Translation/TranslatedScreen.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.