Build Information
Successful build of UIHelper, reference main (bea4b9
), with Swift 6.1 for macOS (SPM) on 11 Jun 2025 18:07:12 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/NikSativa/UIHelper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/UIHelper
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bea4b9b upd SwiftFormat rules and github actions
Cloned https://github.com/NikSativa/UIHelper.git
Revision (git rev-parse @):
bea4b9b7bbbd73a4d6d6dc3c329fb70f339cc333
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/UIHelper.git at main
Fetching https://github.com/NikSativa/SpryKit.git
[1/967] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.87s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (1.40s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/72033] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.19s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.19s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.50s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.58s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.81s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.42s)
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.4
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
========================================
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": "uihelper",
"name": "UIHelper",
"url": "https://github.com/NikSativa/UIHelper.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIHelper",
"dependencies": [
]
}
]
}
Fetching https://github.com/NikSativa/UIHelper.git
[5/422] Fetching uihelper
Fetched https://github.com/NikSativa/UIHelper.git from cache (0.72s)
Creating working copy for https://github.com/NikSativa/UIHelper.git
Working copy of https://github.com/NikSativa/UIHelper.git resolved at main (bea4b9b)
warning: '.resolve-product-dependencies': dependency 'uihelper' 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/NikSativa/UIHelper.git
https://github.com/NikSativa/UIHelper.git
{
"dependencies" : [
{
"identity" : "sprykit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NikSativa/SpryKit.git"
}
],
"manifest_display_name" : "UIHelper",
"name" : "UIHelper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "UIHelper",
"targets" : [
"UIHelper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UITests",
"module_type" : "SwiftTarget",
"name" : "UITests",
"path" : "Tests",
"product_dependencies" : [
"SpryKit"
],
"sources" : [
"AutoLayoutBuilderTests.swift",
"InternalTestHelper.swift",
"ModalPresenterTests.swift",
"TestHelpers/FakeAppRootViewControllerProvider.swift",
"TestHelpers/FakeAppWindowProvider.swift",
"TestHelpers/FakeKeyboardHandler.swift",
"TestHelpers/FakeKeyboardHandlerDelegate.swift",
"TestHelpers/FakeModalPresenter.swift",
"TestHelpers/KeyboardHandler+TestHelper.swift",
"TestHelpers/UI+TestHelper.swift",
"TestHelpers/ViewStyle/BarItemStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/ButtonStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/CollectionViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/ImageViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/LabelStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/NavigationBarStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/PageControlStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/StackViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/SwitchStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/TableViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/TextFieldStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/TextViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/ViewStyle+TestHelper.swift",
"TestHelpers/ViewStyle/ViewStyleProperty+TestHelper.swift",
"TestHelpers/XCTAssertStyle.swift",
"ViewStyle/BarItemStylePropertyTests.swift",
"ViewStyle/ButtonStylePropertyTests.swift",
"ViewStyle/CollectionViewStylePropertyTests.swift",
"ViewStyle/ImageViewStylePropertyTests.swift",
"ViewStyle/LabelStylePropertyTests.swift",
"ViewStyle/NavigationBarStylePropertyTests.swift",
"ViewStyle/PageControlStylePropertyTests.swift",
"ViewStyle/StackViewStylePropertyTests.swift",
"ViewStyle/SwitchStylePropertyTests.swift",
"ViewStyle/TableViewStylePropertyTests.swift",
"ViewStyle/TextFieldStylePropertyTests.swift",
"ViewStyle/TextViewStylePropertyTests.swift",
"ViewStyle/ViewStylePropertyTests.swift",
"ViewStyle/ViewStyleTests.swift"
],
"target_dependencies" : [
"UIHelper"
],
"type" : "test"
},
{
"c99name" : "UIHelper",
"module_type" : "SwiftTarget",
"name" : "UIHelper",
"path" : "Source",
"product_memberships" : [
"UIHelper"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"SwiftUI/ScreenSize.swift",
"SwiftUI/SelfSize.swift",
"SwiftUI/View+Condition.swift",
"SwiftUI/WindowSize.swift",
"UIKit/AppRootViewControllerProviding.swift",
"UIKit/AppWindowProvider.swift",
"UIKit/AutoLayoutBuilder.swift",
"UIKit/CircleView.swift",
"UIKit/Extensions/LayoutConstraint+UIKit.swift",
"UIKit/Extensions/UICollectionView+UIKit.swift",
"UIKit/Extensions/UICollectionViewFlowLayout+UIKit.swift",
"UIKit/Extensions/UIGestureRecognizer+UIKit.swift",
"UIKit/Extensions/UIScrollView+UIKit.swift",
"UIKit/Extensions/UIStackView+UIKit.swift",
"UIKit/Extensions/UITableView+UIKit.swift",
"UIKit/Extensions/UIView+UIKit.swift",
"UIKit/Extensions/UIViewController+UIKit.swift",
"UIKit/GradientView.swift",
"UIKit/Keyboard/KeyboardHandler.swift",
"UIKit/Keyboard/KeyboardHandlerConfiguration.swift",
"UIKit/Keyboard/KeyboardHandling.swift",
"UIKit/LabelLinksHandler.swift",
"UIKit/ModalPresenter.swift",
"UIKit/TransparentTouchView.swift",
"UIKit/ViewStyle/Components/BarItemStyleProperty.swift",
"UIKit/ViewStyle/Components/ButtonStyleProperty.swift",
"UIKit/ViewStyle/Components/CollectionViewStyleProperty.swift",
"UIKit/ViewStyle/Components/GradientViewStyleProperty.swift",
"UIKit/ViewStyle/Components/ImageViewStyleProperty.swift",
"UIKit/ViewStyle/Components/LabelStyleProperty.swift",
"UIKit/ViewStyle/Components/NavigationBarStyleProperty.swift",
"UIKit/ViewStyle/Components/PageControlStyleProperty.swift",
"UIKit/ViewStyle/Components/SliderStyleProperty.swift",
"UIKit/ViewStyle/Components/StackViewStyleProperty.swift",
"UIKit/ViewStyle/Components/SwitchStyleProperty.swift",
"UIKit/ViewStyle/Components/TableViewStyleProperty.swift",
"UIKit/ViewStyle/Components/TextFieldStyleProperty.swift",
"UIKit/ViewStyle/Components/TextViewStyleProperty.swift",
"UIKit/ViewStyle/Components/ViewStyleProperty.swift",
"UIKit/ViewStyle/ViewStyle.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/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/41] Emitting module UIHelper
[5/45] Compiling UIHelper AppWindowProvider.swift
[6/45] Compiling UIHelper AutoLayoutBuilder.swift
[7/45] Compiling UIHelper CircleView.swift
[8/45] Compiling UIHelper LayoutConstraint+UIKit.swift
[9/45] Compiling UIHelper ButtonStyleProperty.swift
[10/45] Compiling UIHelper CollectionViewStyleProperty.swift
[11/45] Compiling UIHelper GradientViewStyleProperty.swift
[12/45] Compiling UIHelper ImageViewStyleProperty.swift
[13/45] Compiling UIHelper LabelLinksHandler.swift
[14/45] Compiling UIHelper ModalPresenter.swift
[15/45] Compiling UIHelper TransparentTouchView.swift
[16/45] Compiling UIHelper BarItemStyleProperty.swift
[17/45] Compiling UIHelper GradientView.swift
[18/45] Compiling UIHelper KeyboardHandler.swift
[19/45] Compiling UIHelper KeyboardHandlerConfiguration.swift
[20/45] Compiling UIHelper KeyboardHandling.swift
[21/45] Compiling UIHelper StackViewStyleProperty.swift
[22/45] Compiling UIHelper SwitchStyleProperty.swift
[23/45] Compiling UIHelper TableViewStyleProperty.swift
[24/45] Compiling UIHelper TextFieldStyleProperty.swift
[25/45] Compiling UIHelper UICollectionView+UIKit.swift
[26/45] Compiling UIHelper UICollectionViewFlowLayout+UIKit.swift
[27/45] Compiling UIHelper UIGestureRecognizer+UIKit.swift
[28/45] Compiling UIHelper UIScrollView+UIKit.swift
[29/45] Compiling UIHelper LabelStyleProperty.swift
[30/45] Compiling UIHelper NavigationBarStyleProperty.swift
[31/45] Compiling UIHelper PageControlStyleProperty.swift
[32/45] Compiling UIHelper SliderStyleProperty.swift
[33/45] Compiling UIHelper UIStackView+UIKit.swift
[34/45] Compiling UIHelper UITableView+UIKit.swift
[35/45] Compiling UIHelper UIView+UIKit.swift
[36/45] Compiling UIHelper UIViewController+UIKit.swift
[37/45] Compiling UIHelper TextViewStyleProperty.swift
[38/45] Compiling UIHelper ViewStyleProperty.swift
[39/45] Compiling UIHelper ViewStyle.swift
[40/45] Compiling UIHelper resource_bundle_accessor.swift
[41/45] Compiling UIHelper ScreenSize.swift
[42/45] Compiling UIHelper SelfSize.swift
[43/45] Compiling UIHelper View+Condition.swift
[44/45] Compiling UIHelper WindowSize.swift
[45/45] Compiling UIHelper AppRootViewControllerProviding.swift
Build complete! (10.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "sprykit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NikSativa/SpryKit.git"
}
],
"manifest_display_name" : "UIHelper",
"name" : "UIHelper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "UIHelper",
"targets" : [
"UIHelper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UITests",
"module_type" : "SwiftTarget",
"name" : "UITests",
"path" : "Tests",
"product_dependencies" : [
"SpryKit"
],
"sources" : [
"AutoLayoutBuilderTests.swift",
"InternalTestHelper.swift",
"ModalPresenterTests.swift",
"TestHelpers/FakeAppRootViewControllerProvider.swift",
"TestHelpers/FakeAppWindowProvider.swift",
"TestHelpers/FakeKeyboardHandler.swift",
"TestHelpers/FakeKeyboardHandlerDelegate.swift",
"TestHelpers/FakeModalPresenter.swift",
"TestHelpers/KeyboardHandler+TestHelper.swift",
"TestHelpers/UI+TestHelper.swift",
"TestHelpers/ViewStyle/BarItemStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/ButtonStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/CollectionViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/ImageViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/LabelStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/NavigationBarStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/PageControlStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/StackViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/SwitchStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/TableViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/TextFieldStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/TextViewStyleProperty+TestHelper.swift",
"TestHelpers/ViewStyle/ViewStyle+TestHelper.swift",
"TestHelpers/ViewStyle/ViewStyleProperty+TestHelper.swift",
"TestHelpers/XCTAssertStyle.swift",
"ViewStyle/BarItemStylePropertyTests.swift",
"ViewStyle/ButtonStylePropertyTests.swift",
"ViewStyle/CollectionViewStylePropertyTests.swift",
"ViewStyle/ImageViewStylePropertyTests.swift",
"ViewStyle/LabelStylePropertyTests.swift",
"ViewStyle/NavigationBarStylePropertyTests.swift",
"ViewStyle/PageControlStylePropertyTests.swift",
"ViewStyle/StackViewStylePropertyTests.swift",
"ViewStyle/SwitchStylePropertyTests.swift",
"ViewStyle/TableViewStylePropertyTests.swift",
"ViewStyle/TextFieldStylePropertyTests.swift",
"ViewStyle/TextViewStylePropertyTests.swift",
"ViewStyle/ViewStylePropertyTests.swift",
"ViewStyle/ViewStyleTests.swift"
],
"target_dependencies" : [
"UIHelper"
],
"type" : "test"
},
{
"c99name" : "UIHelper",
"module_type" : "SwiftTarget",
"name" : "UIHelper",
"path" : "Source",
"product_memberships" : [
"UIHelper"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"SwiftUI/ScreenSize.swift",
"SwiftUI/SelfSize.swift",
"SwiftUI/View+Condition.swift",
"SwiftUI/WindowSize.swift",
"UIKit/AppRootViewControllerProviding.swift",
"UIKit/AppWindowProvider.swift",
"UIKit/AutoLayoutBuilder.swift",
"UIKit/CircleView.swift",
"UIKit/Extensions/LayoutConstraint+UIKit.swift",
"UIKit/Extensions/UICollectionView+UIKit.swift",
"UIKit/Extensions/UICollectionViewFlowLayout+UIKit.swift",
"UIKit/Extensions/UIGestureRecognizer+UIKit.swift",
"UIKit/Extensions/UIScrollView+UIKit.swift",
"UIKit/Extensions/UIStackView+UIKit.swift",
"UIKit/Extensions/UITableView+UIKit.swift",
"UIKit/Extensions/UIView+UIKit.swift",
"UIKit/Extensions/UIViewController+UIKit.swift",
"UIKit/GradientView.swift",
"UIKit/Keyboard/KeyboardHandler.swift",
"UIKit/Keyboard/KeyboardHandlerConfiguration.swift",
"UIKit/Keyboard/KeyboardHandling.swift",
"UIKit/LabelLinksHandler.swift",
"UIKit/ModalPresenter.swift",
"UIKit/TransparentTouchView.swift",
"UIKit/ViewStyle/Components/BarItemStyleProperty.swift",
"UIKit/ViewStyle/Components/ButtonStyleProperty.swift",
"UIKit/ViewStyle/Components/CollectionViewStyleProperty.swift",
"UIKit/ViewStyle/Components/GradientViewStyleProperty.swift",
"UIKit/ViewStyle/Components/ImageViewStyleProperty.swift",
"UIKit/ViewStyle/Components/LabelStyleProperty.swift",
"UIKit/ViewStyle/Components/NavigationBarStyleProperty.swift",
"UIKit/ViewStyle/Components/PageControlStyleProperty.swift",
"UIKit/ViewStyle/Components/SliderStyleProperty.swift",
"UIKit/ViewStyle/Components/StackViewStyleProperty.swift",
"UIKit/ViewStyle/Components/SwitchStyleProperty.swift",
"UIKit/ViewStyle/Components/TableViewStyleProperty.swift",
"UIKit/ViewStyle/Components/TextFieldStyleProperty.swift",
"UIKit/ViewStyle/Components/TextViewStyleProperty.swift",
"UIKit/ViewStyle/Components/ViewStyleProperty.swift",
"UIKit/ViewStyle/ViewStyle.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/niksativa/uihelper/main
Repository: NikSativa/UIHelper
Swift version used: 6.1
Target: UIHelper
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 'UIHelper'...
Finished extracting symbol information for 'UIHelper'. (5.81s)
Building documentation for 'UIHelper'...
Finished building documentation for 'UIHelper' (0.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/niksativa/uihelper/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/NikSativa/SpryKit.git
Updated https://github.com/NikSativa/SpryKit.git (0.41s)
Updating https://github.com/mattgallagher/CwlCatchException.git
Updating https://github.com/mattgallagher/CwlPreconditionTesting.git
Updating https://github.com/apple/swift-syntax.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.58s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (1.10s)
Updated https://github.com/mattgallagher/CwlCatchException.git (0.89s)
Updated https://github.com/mattgallagher/CwlPreconditionTesting.git (0.89s)
Updated https://github.com/apple/swift-syntax.git (0.89s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (1.03s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.57s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.98s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.59s)
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
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
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Emitting module Snippets
[26/57] Compiling Snippets Snippet.swift
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Emitting module SymbolKit
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.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 SymbolGraph+Snippet.swift
[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.57s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/39] Emitting module UIHelper
[3/43] Compiling UIHelper AppWindowProvider.swift
[4/43] Compiling UIHelper AutoLayoutBuilder.swift
[5/43] Compiling UIHelper CircleView.swift
[6/43] Compiling UIHelper LayoutConstraint+UIKit.swift
[7/43] Compiling UIHelper GradientView.swift
[8/43] Compiling UIHelper KeyboardHandler.swift
[9/43] Compiling UIHelper KeyboardHandlerConfiguration.swift
[10/43] Compiling UIHelper KeyboardHandling.swift
[11/43] Compiling UIHelper UICollectionView+UIKit.swift
[12/43] Compiling UIHelper UICollectionViewFlowLayout+UIKit.swift
[13/43] Compiling UIHelper UIGestureRecognizer+UIKit.swift
[14/43] Compiling UIHelper UIScrollView+UIKit.swift
[15/43] Compiling UIHelper LabelLinksHandler.swift
[16/43] Compiling UIHelper ModalPresenter.swift
[17/43] Compiling UIHelper TransparentTouchView.swift
[18/43] Compiling UIHelper BarItemStyleProperty.swift
[19/43] Compiling UIHelper ButtonStyleProperty.swift
[20/43] Compiling UIHelper CollectionViewStyleProperty.swift
[21/43] Compiling UIHelper GradientViewStyleProperty.swift
[22/43] Compiling UIHelper ImageViewStyleProperty.swift
[23/43] Compiling UIHelper UIStackView+UIKit.swift
[24/43] Compiling UIHelper UITableView+UIKit.swift
[25/43] Compiling UIHelper UIView+UIKit.swift
[26/43] Compiling UIHelper UIViewController+UIKit.swift
[27/43] Compiling UIHelper LabelStyleProperty.swift
[28/43] Compiling UIHelper NavigationBarStyleProperty.swift
[29/43] Compiling UIHelper PageControlStyleProperty.swift
[30/43] Compiling UIHelper SliderStyleProperty.swift
[31/43] Compiling UIHelper StackViewStyleProperty.swift
[32/43] Compiling UIHelper SwitchStyleProperty.swift
[33/43] Compiling UIHelper TableViewStyleProperty.swift
[34/43] Compiling UIHelper TextFieldStyleProperty.swift
[35/43] Compiling UIHelper ScreenSize.swift
[36/43] Compiling UIHelper SelfSize.swift
[37/43] Compiling UIHelper View+Condition.swift
[38/43] Compiling UIHelper WindowSize.swift
[39/43] Compiling UIHelper AppRootViewControllerProviding.swift
[40/43] Compiling UIHelper TextViewStyleProperty.swift
[41/43] Compiling UIHelper ViewStyleProperty.swift
[42/43] Compiling UIHelper ViewStyle.swift
[43/43] Compiling UIHelper resource_bundle_accessor.swift
Build of target: 'UIHelper' complete! (1.76s)
90
2 /Users/admin/builder/spi-builder-workspace/.docs/niksativa/uihelper/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/niksativa/uihelper/main
File count: 90
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-niksativa-uihelper-main-b80784fb.zip to s3://spi-docs-inbox/prod-niksativa-uihelper-main-b80784fb.zip
Copying... [18%]
Copying... [37%]
Copying... [55%]
Copying... [73%]
Copying... [91%]
Copying... [100%]
Done.