Build Information
Successful build of Typeform, reference main (76f7e3), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 12:18:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "typeform-swift",
"name": "Typeform",
"url": "https://github.com/Nice-Healthcare/typeform-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/typeform-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Nice-Healthcare/typeform-swift.git
[1/1427] Fetching typeform-swift
Fetched https://github.com/Nice-Healthcare/typeform-swift.git from cache (1.02s)
Creating working copy for https://github.com/Nice-Healthcare/typeform-swift.git
Working copy of https://github.com/Nice-Healthcare/typeform-swift.git resolved at main (76f7e38)
warning: '.resolve-product-dependencies': dependency 'typeform-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Nice-Healthcare/typeform-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/21] Copying ImageAttachment.json
[0/21] Copying PTIntake42.json
[0/21] Copying GenericSlugs.json
[2/21] Copying PrimaryCareV3.json
[2/21] Copying HealthHistoryV3.json
[2/21] Copying MedicalIntake35.json
[3/21] Copying PhysicalTherapyV3.json
[3/21] Copying MedicalIntake26.json
[8/21] Copying MedicalIntake23.json
[8/21] Copying MedicalIntake.json
[10/21] Copying MedicalIntake24.json
[10/21] Copying translated_typeform.json
[12/21] Copying TranslationFormBase.json
[12/21] Copying TranslationForm(es).json
[12/21] Copying DemoForm.json
[12/21] Copying MatrixExample.json
[13/21] Copying standard_typeform.json
[17/21] Write sources
[20/21] Write swift-version--6988338F2F200930.txt
[22/67] Emitting module Typeform
/Users/admin/builder/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 TranslatedChoice.swift
[24/72] Compiling Typeform TranslatedField.swift
[25/72] Compiling Typeform TranslatedForm.swift
[26/72] Compiling Typeform TranslatedProperties.swift
[27/72] Compiling Typeform TranslatedScreen.swift
[28/72] Compiling Typeform Rating.swift
[29/72] Compiling Typeform ShortText.swift
[30/72] Compiling Typeform YesNo.swift
[31/72] Compiling Typeform Attachment.swift
[32/72] Compiling Typeform Choice.swift
[33/72] Compiling Typeform Links.swift
[34/72] Compiling Typeform Matrix.swift
[35/72] Compiling Typeform Screen.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 Workspace.swift
[43/72] Compiling Typeform FileUpload.swift
[44/72] Compiling Typeform LongText.swift
[45/72] Compiling Typeform MultipleChoice.swift
[46/72] Compiling Typeform Number.swift
[47/72] Compiling Typeform OpinionScale.swift
[48/72] Compiling Typeform Logic.swift
[49/72] Compiling Typeform Op.swift
[50/72] Compiling Typeform Var.swift
[51/72] Compiling Typeform DateStamp.swift
[52/72] Compiling Typeform Dropdown.swift
[53/72] Compiling Typeform Condition+Validation.swift
[54/72] Compiling Typeform Field+Lookup.swift
[55/72] Compiling Typeform Form+Lookup.swift
[56/72] Compiling Typeform Form+Position.swift
[57/72] Compiling Typeform Form+Screen.swift
[58/72] Compiling Typeform Responses.swift
[59/72] Compiling Typeform TypeformError.swift
[60/72] Compiling Typeform Upload.swift
[61/72] Compiling Typeform Action.swift
[62/72] Compiling Typeform Condition.swift
[63/72] Compiling Typeform Responses+Validation.swift
/Users/admin/builder/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>
[64/72] Compiling Typeform Var+Validation.swift
/Users/admin/builder/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>
[65/72] Compiling Typeform Position.swift
/Users/admin/builder/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>
[66/72] Compiling Typeform Reference.swift
/Users/admin/builder/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>
[67/72] Compiling Typeform ResponseValue.swift
/Users/admin/builder/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>
[68/72] Compiling Typeform EndingScreen.swift
[69/72] Compiling Typeform Field.swift
[70/72] Compiling Typeform FieldContainer.swift
[71/72] Compiling Typeform Form.swift
[72/72] Compiling Typeform Group.swift
[73/77] Compiling TypeformPreview Bundle+TypeformPreview.swift
[74/77] Compiling TypeformPreview Field+Preview.swift
[75/77] Emitting module TypeformPreview
[76/77] Compiling TypeformPreview resource_bundle_accessor.swift
[77/77] Compiling TypeformPreview Form+Preview.swift
[78/103] Emitting module TypeformUI
[79/105] Compiling TypeformUI UploadPickerView.swift
[80/105] Compiling TypeformUI Conclusion.swift
[81/105] Compiling TypeformUI View+FieldStyle.swift
[82/105] Compiling TypeformUI Radio.swift
[83/105] Compiling TypeformUI UploadImageView.swift
[84/105] Compiling TypeformUI UploadLabelStyle.swift
[85/105] Compiling TypeformUI Checkbox.swift
[86/105] Compiling TypeformUI IntermittentChoiceButtonStyle.swift
[87/105] Compiling TypeformUI IntermittentTheme.swift
[88/105] Compiling TypeformUI ShortTextView.swift
[89/105] Compiling TypeformUI YesNoView.swift
[90/105] Compiling TypeformUI ResponseState.swift
[91/105] Compiling TypeformUI DateStampView.swift
[92/105] Compiling TypeformUI DropdownView.swift
[93/105] Compiling TypeformUI FileUploadView.swift
[94/105] Compiling TypeformUI RejectedView.swift
[95/105] Compiling TypeformUI ScreenView.swift
[96/105] Compiling TypeformUI NumberView.swift
[97/105] Compiling TypeformUI OpinionScaleView.swift
[98/105] Compiling TypeformUI RatingView.swift
[99/105] Compiling TypeformUI Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/TypeformUI/Settings.swift:97:18: warning: 'showWelcomeImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
95 | self.contentInsets = contentInsets
96 | self.contentVerticalSpacing = contentVerticalSpacing
97 | self.showWelcomeImage = showWelcomeImage
| `- warning: 'showWelcomeImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
98 | self.showEndingImage = showEndingImage
99 | self.skipWelcomeScreen = skipWelcomeScreen
/Users/admin/builder/spi-builder-workspace/Sources/TypeformUI/Settings.swift:98:18: warning: 'showEndingImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
96 | self.contentVerticalSpacing = contentVerticalSpacing
97 | self.showWelcomeImage = showWelcomeImage
98 | self.showEndingImage = showEndingImage
| `- warning: 'showEndingImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
99 | self.skipWelcomeScreen = skipWelcomeScreen
100 | self.skipEndingScreen = skipEndingScreen
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/105] Compiling TypeformUI AttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TypeformUI/Settings.swift:97:18: warning: 'showWelcomeImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
95 | self.contentInsets = contentInsets
96 | self.contentVerticalSpacing = contentVerticalSpacing
97 | self.showWelcomeImage = showWelcomeImage
| `- warning: 'showWelcomeImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
98 | self.showEndingImage = showEndingImage
99 | self.skipWelcomeScreen = skipWelcomeScreen
/Users/admin/builder/spi-builder-workspace/Sources/TypeformUI/Settings.swift:98:18: warning: 'showEndingImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
96 | self.contentVerticalSpacing = contentVerticalSpacing
97 | self.showWelcomeImage = showWelcomeImage
98 | self.showEndingImage = showEndingImage
| `- warning: 'showEndingImage' is deprecated: No-longer respected. [#DeprecatedDeclaration]
99 | self.skipWelcomeScreen = skipWelcomeScreen
100 | self.skipEndingScreen = skipEndingScreen
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/105] Compiling TypeformUI FieldView.swift
[102/105] Compiling TypeformUI FormView.swift
[103/105] Compiling TypeformUI LongTextView.swift
[104/105] Compiling TypeformUI MatrixView.swift
[105/105] Compiling TypeformUI MultipleChoiceView.swift
Build complete! (12.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Typeform",
"name" : "Typeform",
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/DemoForm.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/GenericSlugs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/HealthHistoryV3.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/ImageAttachment.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/MatrixExample.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake23.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake24.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake26.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/MedicalIntake35.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/PTIntake42.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/PhysicalTherapyV3.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/PrimaryCareV3.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/TranslationForm(es).json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/TranslationFormBase.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TypeformPreview/Resources/standard_typeform.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/nice-healthcare/typeform-swift/main
Repository: Nice-Healthcare/typeform-swift
Swift version used: 6.3
Target: Typeform
Extracting symbol information for 'Typeform'...
Finished extracting symbol information for 'Typeform'. (27.87s)
Building documentation for 'Typeform'...
warning: Parameter 'id' not found in instance method declaration
--> Sources/Typeform/Extensions/Form+Lookup.swift:68:11-68:66
66 | ///
67 | /// - parameters:
68 + /// - id: Unique identifier of the `Field` being requested.
| ╰─suggestion: Remove 'id' parameter documentation
69 | /// - returns: A `Position` indicating the `Field` (& `Group`) of the ancestor if found.
70 | func ancestor(forFieldWithRef ref: Reference) -> Position? {
warning: Parameter 'ref' is missing documentation
--> Sources/Typeform/Extensions/Form+Lookup.swift:68:66-68:66
66 | ///
67 | /// - parameters:
68 + /// - id: Unique identifier of the `Field` being requested.
| ╰─suggestion: Document 'ref' parameter
69 | /// - returns: A `Position` indicating the `Field` (& `Group`) of the ancestor if found.
70 | func ancestor(forFieldWithRef ref: Reference) -> Position? {
Finished building documentation for 'Typeform' (0.61s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/nice-healthcare/typeform-swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.88s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit SourceRange.swift
[10/53] Compiling SymbolKit Metadata.swift
[11/53] Compiling SymbolKit Module.swift
[12/53] Compiling SymbolKit OperatingSystem.swift
[13/53] Compiling SymbolKit Platform.swift
[14/53] Emitting module SymbolKit
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit SourceOrigin.swift
[41/57] Compiling SymbolKit GenericConstraints.swift
[42/57] Compiling SymbolKit Swift.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.47s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Typeform' complete! (0.48s)
Target: TypeformPreview
Extracting symbol information for 'TypeformPreview'...
Finished extracting symbol information for 'TypeformPreview'. (0.39s)
Building documentation for 'TypeformPreview'...
Finished building documentation for 'TypeformPreview' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/nice-healthcare/typeform-swift/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'TypeformPreview' complete! (0.26s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nice-healthcare/typeform-swift/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nice-healthcare/typeform-swift/main/linkable-paths.json
Target: TypeformUI
Extracting symbol information for 'TypeformUI'...
Finished extracting symbol information for 'TypeformUI'. (18.02s)
Building documentation for 'TypeformUI'...
Finished building documentation for 'TypeformUI' (0.64s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/nice-healthcare/typeform-swift/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'TypeformUI' complete! (0.26s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nice-healthcare/typeform-swift/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nice-healthcare/typeform-swift/main/linkable-paths.json
3322
20 /Users/admin/builder/spi-builder-workspace/.docs/nice-healthcare/typeform-swift/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nice-healthcare/typeform-swift/main
File count: 3322
Doc size: 20.0MB
Preparing doc bundle ...
Uploading prod-nice-healthcare-typeform-swift-main-b0d8cc75.zip to s3://spi-docs-inbox/prod-nice-healthcare-typeform-swift-main-b0d8cc75.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.