The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Typeform, reference main (76f7e3), with Swift 6.3 for Linux on 18 Apr 2026 12:04:08 UTC.

Swift 6 data race errors: 0

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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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: 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/Nice-Healthcare/typeform-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Nice-Healthcare/typeform-swift.git
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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/21] Copying translated_typeform.json
[0/21] Copying TranslationForm(es).json
[0/21] Copying TranslationFormBase.json
[0/21] Copying standard_typeform.json
[0/21] Copying PhysicalTherapyV3.json
[0/21] Copying PTIntake42.json
[0/21] Copying PrimaryCareV3.json
[0/21] Copying MedicalIntake35.json
[0/21] Copying MedicalIntake26.json
[0/21] Copying MedicalIntake24.json
[0/21] Copying MatrixExample.json
[0/21] Copying ImageAttachment.json
[0/21] Copying HealthHistoryV3.json
[0/21] Copying MedicalIntake23.json
[0/21] Copying DemoForm.json
[0/21] Copying GenericSlugs.json
[0/21] Copying MedicalIntake.json
[17/21] Write sources
[20/21] Write swift-version-24593BA9C3E375BF.txt
[22/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>
[23/72] Compiling Typeform Condition+Validation.swift
[24/72] Compiling Typeform Field+Lookup.swift
[25/72] Compiling Typeform Form+Lookup.swift
[26/72] Compiling Typeform Form+Position.swift
[27/72] Compiling Typeform Form+Screen.swift
[28/72] Compiling Typeform Responses+Validation.swift
[29/72] Compiling Typeform Var+Validation.swift
[30/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>
[31/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>
[32/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>
[33/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>
[34/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>
[35/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>
[36/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>
[37/72] Compiling Typeform Condition.swift
[38/72] Compiling Typeform Logic.swift
[39/72] Compiling Typeform Op.swift
[40/72] Compiling Typeform Var.swift
[41/72] Compiling Typeform DateStamp.swift
[42/72] Compiling Typeform Dropdown.swift
[43/72] Compiling Typeform Workspace.swift
[44/72] Compiling Typeform TranslatedChoice.swift
[45/72] Compiling Typeform TranslatedField.swift
[46/72] Compiling Typeform TranslatedForm.swift
[47/72] Compiling Typeform TranslatedProperties.swift
[48/72] Compiling Typeform TranslatedScreen.swift
[49/72] Compiling Typeform ScreenProperties.swift
[50/72] Compiling Typeform Settings.swift
[51/72] Compiling Typeform Statement.swift
[52/72] Compiling Typeform Theme.swift
[53/72] Compiling Typeform Validations.swift
[54/72] Compiling Typeform WelcomeScreen.swift
[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 ShortText.swift
[68/72] Compiling Typeform YesNo.swift
[69/72] Compiling Typeform Attachment.swift
[70/72] Compiling Typeform Choice.swift
[71/72] Compiling Typeform EndingScreen.swift
[72/72] Compiling Typeform Field.swift
[74/78] Compiling TypeformPreview resource_bundle_accessor.swift
[75/78] Compiling TypeformPreview Bundle+TypeformPreview.swift
[76/78] Compiling TypeformPreview Form+Preview.swift
[77/78] Emitting module TypeformPreview
[78/78] Compiling TypeformPreview Field+Preview.swift
[80/84] Emitting module TypeformUI
[81/91] Compiling TypeformUI Checkbox.swift
[82/91] Compiling TypeformUI IntermittentChoiceButtonStyle.swift
[83/91] Compiling TypeformUI IntermittentTheme.swift
[84/91] Compiling TypeformUI Radio.swift
[85/107] Compiling TypeformUI UploadImageView.swift
[86/107] Compiling TypeformUI UploadLabelStyle.swift
[87/107] Compiling TypeformUI UploadPickerView.swift
[88/107] Compiling TypeformUI Conclusion.swift
[89/107] Compiling TypeformUI NumberView.swift
[90/107] Compiling TypeformUI OpinionScaleView.swift
[91/107] Compiling TypeformUI RatingView.swift
[92/107] Compiling TypeformUI Settings.swift
[93/107] Compiling TypeformUI AttachmentView.swift
[94/107] Compiling TypeformUI FieldView.swift
[95/107] Compiling TypeformUI FormView.swift
[96/107] Compiling TypeformUI RejectedView.swift
[97/107] Compiling TypeformUI ScreenView.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 LongTextView.swift
[103/107] Compiling TypeformUI MatrixView.swift
[104/107] Compiling TypeformUI MultipleChoiceView.swift
[105/107] Compiling TypeformUI ShortTextView.swift
[106/107] Compiling TypeformUI YesNoView.swift
[107/107] Compiling TypeformUI ResponseState.swift
Build complete! (19.56s)
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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.