Build Information
Successful build of swiftui-introspect, reference main (7835bc
), with Swift 6.1 for macOS (SPM) on 15 Jun 2025 23:11:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siteline/SwiftUI-Introspect.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siteline/SwiftUI-Introspect
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7835bc9 [CI] Streamline macOS & Xcode versions (#461)
Cloned https://github.com/siteline/SwiftUI-Introspect.git
Revision (git rev-parse @):
7835bc92d0964dabd3f06f29a00065a7aa90e7b7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/siteline/SwiftUI-Introspect.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",
"dependencies": [
{
"identity": "swiftui-introspect",
"name": "swiftui-introspect",
"url": "https://github.com/siteline/SwiftUI-Introspect.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUI-Introspect",
"dependencies": [
]
}
]
}
Fetching https://github.com/siteline/SwiftUI-Introspect.git
[1/9968] Fetching swiftui-introspect
Fetched https://github.com/siteline/SwiftUI-Introspect.git from cache (1.28s)
Creating working copy for https://github.com/siteline/SwiftUI-Introspect.git
Working copy of https://github.com/siteline/SwiftUI-Introspect.git resolved at main (7835bc9)
warning: '.resolve-product-dependencies': dependency 'swiftui-introspect' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/siteline/SwiftUI-Introspect.git
https://github.com/siteline/SwiftUI-Introspect.git
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-introspect",
"name" : "swiftui-introspect",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftUIIntrospect",
"targets" : [
"SwiftUIIntrospect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftUIIntrospect-Static",
"targets" : [
"SwiftUIIntrospect"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "SwiftUIIntrospect-Dynamic",
"targets" : [
"SwiftUIIntrospect"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIIntrospect",
"module_type" : "SwiftTarget",
"name" : "SwiftUIIntrospect",
"path" : "Sources",
"product_memberships" : [
"SwiftUIIntrospect",
"SwiftUIIntrospect-Static",
"SwiftUIIntrospect-Dynamic"
],
"sources" : [
"Introspect.swift",
"IntrospectableViewType.swift",
"IntrospectionSelector.swift",
"IntrospectionView.swift",
"PlatformVersion.swift",
"PlatformView.swift",
"PlatformViewVersion.swift",
"Utils.swift",
"ViewTypes/Button.swift",
"ViewTypes/ColorPicker.swift",
"ViewTypes/DatePicker.swift",
"ViewTypes/DatePickerWithCompactStyle.swift",
"ViewTypes/DatePickerWithFieldStyle.swift",
"ViewTypes/DatePickerWithGraphicalStyle.swift",
"ViewTypes/DatePickerWithStepperFieldStyle.swift",
"ViewTypes/DatePickerWithWheelStyle.swift",
"ViewTypes/Form.swift",
"ViewTypes/FormWithGroupedStyle.swift",
"ViewTypes/FullScreenCover.swift",
"ViewTypes/List.swift",
"ViewTypes/ListCell.swift",
"ViewTypes/ListWithBorderedStyle.swift",
"ViewTypes/ListWithGroupedStyle.swift",
"ViewTypes/ListWithInsetGroupedStyle.swift",
"ViewTypes/ListWithInsetStyle.swift",
"ViewTypes/ListWithSidebarStyle.swift",
"ViewTypes/Map.swift",
"ViewTypes/NavigationSplitView.swift",
"ViewTypes/NavigationStack.swift",
"ViewTypes/NavigationViewWithColumnsStyle.swift",
"ViewTypes/NavigationViewWithStackStyle.swift",
"ViewTypes/PageControl.swift",
"ViewTypes/PickerWithMenuStyle.swift",
"ViewTypes/PickerWithSegmentedStyle.swift",
"ViewTypes/PickerWithWheelStyle.swift",
"ViewTypes/Popover.swift",
"ViewTypes/ProgressViewWithCircularStyle.swift",
"ViewTypes/ProgressViewWithLinearStyle.swift",
"ViewTypes/ScrollView.swift",
"ViewTypes/SearchField.swift",
"ViewTypes/SecureField.swift",
"ViewTypes/Sheet.swift",
"ViewTypes/SignInWithAppleButton.swift",
"ViewTypes/Slider.swift",
"ViewTypes/Stepper.swift",
"ViewTypes/TabView.swift",
"ViewTypes/TabViewWithPageStyle.swift",
"ViewTypes/Table.swift",
"ViewTypes/TextEditor.swift",
"ViewTypes/TextField.swift",
"ViewTypes/TextFieldWithVerticalAxis.swift",
"ViewTypes/Toggle.swift",
"ViewTypes/ToggleWithButtonStyle.swift",
"ViewTypes/ToggleWithCheckboxStyle.swift",
"ViewTypes/ToggleWithSwitchStyle.swift",
"ViewTypes/VideoPlayer.swift",
"ViewTypes/View.swift",
"ViewTypes/ViewController.swift",
"ViewTypes/WebView.swift",
"ViewTypes/Window.swift",
"Weak.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-2F0A5646E1D333AE.txt
[3/62] Emitting module SwiftUIIntrospect
[4/68] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.swift
[5/68] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.swift
[6/68] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.swift
[7/68] Compiling SwiftUIIntrospect Form.swift
[8/68] Compiling SwiftUIIntrospect FormWithGroupedStyle.swift
[9/68] Compiling SwiftUIIntrospect FullScreenCover.swift
[10/68] Compiling SwiftUIIntrospect ProgressViewWithLinearStyle.swift
[11/68] Compiling SwiftUIIntrospect ScrollView.swift
[12/68] Compiling SwiftUIIntrospect SearchField.swift
[13/68] Compiling SwiftUIIntrospect SecureField.swift
[14/68] Compiling SwiftUIIntrospect Sheet.swift
[15/68] Compiling SwiftUIIntrospect SignInWithAppleButton.swift
[16/68] Compiling SwiftUIIntrospect PageControl.swift
[17/68] Compiling SwiftUIIntrospect PickerWithMenuStyle.swift
[18/68] Compiling SwiftUIIntrospect PickerWithSegmentedStyle.swift
[19/68] Compiling SwiftUIIntrospect PickerWithWheelStyle.swift
[20/68] Compiling SwiftUIIntrospect Popover.swift
[21/68] Compiling SwiftUIIntrospect ProgressViewWithCircularStyle.swift
[22/68] Compiling SwiftUIIntrospect List.swift
[23/68] Compiling SwiftUIIntrospect ListCell.swift
[24/68] Compiling SwiftUIIntrospect ListWithBorderedStyle.swift
[25/68] Compiling SwiftUIIntrospect ListWithGroupedStyle.swift
[26/68] Compiling SwiftUIIntrospect ListWithInsetGroupedStyle.swift
[27/68] Compiling SwiftUIIntrospect ListWithInsetStyle.swift
[28/68] Compiling SwiftUIIntrospect Slider.swift
[29/68] Compiling SwiftUIIntrospect Stepper.swift
[30/68] Compiling SwiftUIIntrospect TabView.swift
[31/68] Compiling SwiftUIIntrospect TabViewWithPageStyle.swift
[32/68] Compiling SwiftUIIntrospect Table.swift
[33/68] Compiling SwiftUIIntrospect TextEditor.swift
[34/68] Compiling SwiftUIIntrospect TextField.swift
[35/68] Compiling SwiftUIIntrospect TextFieldWithVerticalAxis.swift
[36/68] Compiling SwiftUIIntrospect Toggle.swift
[37/68] Compiling SwiftUIIntrospect ToggleWithButtonStyle.swift
[38/68] Compiling SwiftUIIntrospect ToggleWithCheckboxStyle.swift
[39/68] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
[40/68] Compiling SwiftUIIntrospect Utils.swift
[41/68] Compiling SwiftUIIntrospect Button.swift
[42/68] Compiling SwiftUIIntrospect ColorPicker.swift
[43/68] Compiling SwiftUIIntrospect DatePicker.swift
[44/68] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.swift
[45/68] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.swift
[46/68] Compiling SwiftUIIntrospect Introspect.swift
[47/68] Compiling SwiftUIIntrospect IntrospectableViewType.swift
[48/68] Compiling SwiftUIIntrospect IntrospectionSelector.swift
[49/68] Compiling SwiftUIIntrospect IntrospectionView.swift
[50/68] Compiling SwiftUIIntrospect PlatformVersion.swift
[51/68] Compiling SwiftUIIntrospect PlatformView.swift
[52/68] Compiling SwiftUIIntrospect PlatformViewVersion.swift
[53/68] Compiling SwiftUIIntrospect ListWithSidebarStyle.swift
[54/68] Compiling SwiftUIIntrospect Map.swift
[55/68] Compiling SwiftUIIntrospect NavigationSplitView.swift
[56/68] Compiling SwiftUIIntrospect NavigationStack.swift
[57/68] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.swift
[58/68] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.swift
[59/68] Compiling SwiftUIIntrospect VideoPlayer.swift
[60/68] Compiling SwiftUIIntrospect View.swift
[61/68] Compiling SwiftUIIntrospect ViewController.swift
[62/68] Compiling SwiftUIIntrospect WebView.swift
[63/68] Compiling SwiftUIIntrospect Window.swift
[64/68] Compiling SwiftUIIntrospect Weak.swift
[64/68] Write Objects.LinkFileList
[66/68] Archiving libSwiftUIIntrospect-Static.a
[67/68] Linking libSwiftUIIntrospect-Dynamic.dylib
Build complete! (15.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-introspect",
"name" : "swiftui-introspect",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftUIIntrospect",
"targets" : [
"SwiftUIIntrospect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftUIIntrospect-Static",
"targets" : [
"SwiftUIIntrospect"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "SwiftUIIntrospect-Dynamic",
"targets" : [
"SwiftUIIntrospect"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIIntrospect",
"module_type" : "SwiftTarget",
"name" : "SwiftUIIntrospect",
"path" : "Sources",
"product_memberships" : [
"SwiftUIIntrospect",
"SwiftUIIntrospect-Static",
"SwiftUIIntrospect-Dynamic"
],
"sources" : [
"Introspect.swift",
"IntrospectableViewType.swift",
"IntrospectionSelector.swift",
"IntrospectionView.swift",
"PlatformVersion.swift",
"PlatformView.swift",
"PlatformViewVersion.swift",
"Utils.swift",
"ViewTypes/Button.swift",
"ViewTypes/ColorPicker.swift",
"ViewTypes/DatePicker.swift",
"ViewTypes/DatePickerWithCompactStyle.swift",
"ViewTypes/DatePickerWithFieldStyle.swift",
"ViewTypes/DatePickerWithGraphicalStyle.swift",
"ViewTypes/DatePickerWithStepperFieldStyle.swift",
"ViewTypes/DatePickerWithWheelStyle.swift",
"ViewTypes/Form.swift",
"ViewTypes/FormWithGroupedStyle.swift",
"ViewTypes/FullScreenCover.swift",
"ViewTypes/List.swift",
"ViewTypes/ListCell.swift",
"ViewTypes/ListWithBorderedStyle.swift",
"ViewTypes/ListWithGroupedStyle.swift",
"ViewTypes/ListWithInsetGroupedStyle.swift",
"ViewTypes/ListWithInsetStyle.swift",
"ViewTypes/ListWithSidebarStyle.swift",
"ViewTypes/Map.swift",
"ViewTypes/NavigationSplitView.swift",
"ViewTypes/NavigationStack.swift",
"ViewTypes/NavigationViewWithColumnsStyle.swift",
"ViewTypes/NavigationViewWithStackStyle.swift",
"ViewTypes/PageControl.swift",
"ViewTypes/PickerWithMenuStyle.swift",
"ViewTypes/PickerWithSegmentedStyle.swift",
"ViewTypes/PickerWithWheelStyle.swift",
"ViewTypes/Popover.swift",
"ViewTypes/ProgressViewWithCircularStyle.swift",
"ViewTypes/ProgressViewWithLinearStyle.swift",
"ViewTypes/ScrollView.swift",
"ViewTypes/SearchField.swift",
"ViewTypes/SecureField.swift",
"ViewTypes/Sheet.swift",
"ViewTypes/SignInWithAppleButton.swift",
"ViewTypes/Slider.swift",
"ViewTypes/Stepper.swift",
"ViewTypes/TabView.swift",
"ViewTypes/TabViewWithPageStyle.swift",
"ViewTypes/Table.swift",
"ViewTypes/TextEditor.swift",
"ViewTypes/TextField.swift",
"ViewTypes/TextFieldWithVerticalAxis.swift",
"ViewTypes/Toggle.swift",
"ViewTypes/ToggleWithButtonStyle.swift",
"ViewTypes/ToggleWithCheckboxStyle.swift",
"ViewTypes/ToggleWithSwitchStyle.swift",
"ViewTypes/VideoPlayer.swift",
"ViewTypes/View.swift",
"ViewTypes/ViewController.swift",
"ViewTypes/WebView.swift",
"ViewTypes/Window.swift",
"Weak.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/siteline/swiftui-introspect/main
Repository: siteline/SwiftUI-Introspect
Swift version used: 6.1
Target: SwiftUIIntrospect
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SwiftUIIntrospect'...
Finished extracting symbol information for 'SwiftUIIntrospect'. (6.96s)
Building documentation for 'SwiftUIIntrospect'...
Finished building documentation for 'SwiftUIIntrospect' (0.44s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/siteline/swiftui-introspect/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.93s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
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
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.4
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.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] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.06s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/57] Compiling SwiftUIIntrospect PageControl.swift
[3/57] Compiling SwiftUIIntrospect PickerWithMenuStyle.swift
[4/57] Compiling SwiftUIIntrospect PickerWithSegmentedStyle.swift
[5/57] Compiling SwiftUIIntrospect PickerWithWheelStyle.swift
[6/57] Compiling SwiftUIIntrospect Popover.swift
[7/57] Compiling SwiftUIIntrospect ProgressViewWithCircularStyle.swift
[8/57] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.swift
[9/57] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.swift
[10/57] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.swift
[11/57] Compiling SwiftUIIntrospect Form.swift
[12/57] Compiling SwiftUIIntrospect FormWithGroupedStyle.swift
[13/57] Compiling SwiftUIIntrospect FullScreenCover.swift
[14/57] Compiling SwiftUIIntrospect ProgressViewWithLinearStyle.swift
[15/57] Compiling SwiftUIIntrospect ScrollView.swift
[16/57] Compiling SwiftUIIntrospect SearchField.swift
[17/57] Compiling SwiftUIIntrospect SecureField.swift
[18/57] Compiling SwiftUIIntrospect Sheet.swift
[19/57] Compiling SwiftUIIntrospect SignInWithAppleButton.swift
[20/63] Compiling SwiftUIIntrospect Slider.swift
[21/63] Compiling SwiftUIIntrospect Stepper.swift
[22/63] Compiling SwiftUIIntrospect TabView.swift
[23/63] Compiling SwiftUIIntrospect TabViewWithPageStyle.swift
[24/63] Compiling SwiftUIIntrospect Table.swift
[25/63] Compiling SwiftUIIntrospect TextEditor.swift
[26/63] Compiling SwiftUIIntrospect Utils.swift
[27/63] Compiling SwiftUIIntrospect Button.swift
[28/63] Compiling SwiftUIIntrospect ColorPicker.swift
[29/63] Compiling SwiftUIIntrospect DatePicker.swift
[30/63] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.swift
[31/63] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.swift
[32/63] Compiling SwiftUIIntrospect ListWithSidebarStyle.swift
[33/63] Compiling SwiftUIIntrospect Map.swift
[34/63] Compiling SwiftUIIntrospect NavigationSplitView.swift
[35/63] Compiling SwiftUIIntrospect NavigationStack.swift
[36/63] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.swift
[37/63] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.swift
[38/63] Compiling SwiftUIIntrospect TextField.swift
[39/63] Compiling SwiftUIIntrospect TextFieldWithVerticalAxis.swift
[40/63] Compiling SwiftUIIntrospect Toggle.swift
[41/63] Compiling SwiftUIIntrospect ToggleWithButtonStyle.swift
[42/63] Compiling SwiftUIIntrospect ToggleWithCheckboxStyle.swift
[43/63] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
[44/63] Emitting module SwiftUIIntrospect
[45/63] Compiling SwiftUIIntrospect Introspect.swift
[46/63] Compiling SwiftUIIntrospect IntrospectableViewType.swift
[47/63] Compiling SwiftUIIntrospect IntrospectionSelector.swift
[48/63] Compiling SwiftUIIntrospect IntrospectionView.swift
[49/63] Compiling SwiftUIIntrospect PlatformVersion.swift
[50/63] Compiling SwiftUIIntrospect PlatformView.swift
[51/63] Compiling SwiftUIIntrospect PlatformViewVersion.swift
[52/63] Compiling SwiftUIIntrospect List.swift
[53/63] Compiling SwiftUIIntrospect ListCell.swift
[54/63] Compiling SwiftUIIntrospect ListWithBorderedStyle.swift
[55/63] Compiling SwiftUIIntrospect ListWithGroupedStyle.swift
[56/63] Compiling SwiftUIIntrospect ListWithInsetGroupedStyle.swift
[57/63] Compiling SwiftUIIntrospect ListWithInsetStyle.swift
[58/63] Compiling SwiftUIIntrospect VideoPlayer.swift
[59/63] Compiling SwiftUIIntrospect View.swift
[60/63] Compiling SwiftUIIntrospect ViewController.swift
[61/63] Compiling SwiftUIIntrospect WebView.swift
[62/63] Compiling SwiftUIIntrospect Window.swift
[63/63] Compiling SwiftUIIntrospect Weak.swift
Build of target: 'SwiftUIIntrospect' complete! (1.56s)
1406
10 /Users/admin/builder/spi-builder-workspace/.docs/siteline/swiftui-introspect/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/siteline/swiftui-introspect/main
File count: 1406
Doc size: 10.0MB
Preparing doc bundle ...
Uploading prod-siteline-swiftui-introspect-main-27639b0d.zip to s3://spi-docs-inbox/prod-siteline-swiftui-introspect-main-27639b0d.zip
Copying... [13%]
Copying... [23%]
Copying... [33%]
Copying... [43%]
Copying... [52%]
Copying... [62%]
Copying... [72%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.