Build Information
Successful build of SmartText, reference main (8bbc02
), with Swift 6.1 for macOS (SPM) on 12 Jun 2025 22:37:13 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/SmartText.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/SmartText
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8bbc02d upd SwiftFormat rules and github actions
Cloned https://github.com/NikSativa/SmartText.git
Revision (git rev-parse @):
8bbc02deb04e21030dbae0f73a2fb90ff41805d2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/SmartText.git at main
Fetching https://github.com/NikSativa/SpryKit.git
[1/967] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.76s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (1.30s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/72044] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.17s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.17s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.39s)
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.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.28s)
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/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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/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": "smarttext",
"name": "SmartText",
"url": "https://github.com/NikSativa/SmartText.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SmartText",
"dependencies": [
]
}
]
}
Fetching https://github.com/NikSativa/SmartText.git
[1/327] Fetching smarttext
Fetched https://github.com/NikSativa/SmartText.git from cache (0.74s)
Creating working copy for https://github.com/NikSativa/SmartText.git
Working copy of https://github.com/NikSativa/SmartText.git resolved at main (8bbc02d)
warning: '.resolve-product-dependencies': dependency 'smarttext' 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/SmartText.git
https://github.com/NikSativa/SmartText.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" : "SmartText",
"name" : "SmartText",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SmartText",
"targets" : [
"SmartText"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SmartTextTests",
"module_type" : "SwiftTarget",
"name" : "SmartTextTests",
"path" : "Tests",
"product_dependencies" : [
"SpryKit"
],
"sources" : [
"Emails.swift",
"Formatter/TextFormatterTests.swift",
"Formatter/TextFormatter_CustomTests.swift",
"Formatter/TextFormatter_EmailTests.swift",
"Formatter/TextFormatter_IdentityTests.swift",
"Formatter/TextFormatter_LengthLimitedTests.swift",
"Formatter/TextFormatter_NumbersOnlyTests.swift",
"Formatter/TextFormatter_StripLeadingSpacesTests.swift",
"Formatter/TextFormatter_StripSpacesTests.swift",
"String+RangesTests.swift",
"Validator/TextValidator+TestHelper.swift",
"Validator/TextValidatorTests.swift",
"Validator/TextValidator_CustomTests.swift",
"Validator/TextValidator_EmailTests.swift",
"Validator/TextValidator_IdentityTests.swift",
"Validator/TextValidator_IncludesLowercaseTests.swift",
"Validator/TextValidator_IncludesUppercaseTests.swift",
"Validator/TextValidator_LengthLimitedTests.swift",
"Validator/TextValidator_MaxLengthLimitedTests.swift",
"Validator/TextValidator_MinLengthLimitedTests.swift",
"Validator/TextValidator_NotEmptyTests.swift",
"Validator/TextValidator_NumbersOnlyTests.swift",
"XCTestCase+TestHelper.swift"
],
"target_dependencies" : [
"SmartText"
],
"type" : "test"
},
{
"c99name" : "SmartText",
"module_type" : "SwiftTarget",
"name" : "SmartText",
"path" : "Source",
"product_memberships" : [
"SmartText"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Formatter/TextFormatable.swift",
"Formatter/TextFormatter.Custom.swift",
"Formatter/TextFormatter.Email.swift",
"Formatter/TextFormatter.Identity.swift",
"Formatter/TextFormatter.LengthLimited.swift",
"Formatter/TextFormatter.NumbersOnly.swift",
"Formatter/TextFormatter.StripLeadingSpaces.swift",
"Formatter/TextFormatter.StripSpaces.swift",
"Formatter/TextFormatter.swift",
"LocalizedStringKey+ST.swift",
"RangeExt.swift",
"STString.swift",
"StringExt.swift",
"SwiftUI/SmartTextField.Configuration.swift",
"SwiftUI/SmartTextField.Eventier.swift",
"SwiftUI/SmartTextField.swift",
"UIKit/UISmartTextField.Configuration.swift",
"UIKit/UISmartTextField.DatePicker.swift",
"UIKit/UISmartTextField.Eventier.swift",
"UIKit/UISmartTextField.swift",
"Validator/TextValidatable.swift",
"Validator/TextValidationResult.swift",
"Validator/TextValidator.Custom.swift",
"Validator/TextValidator.Email.swift",
"Validator/TextValidator.Identity.swift",
"Validator/TextValidator.IncludesLowercase.swift",
"Validator/TextValidator.IncludesUppercase.swift",
"Validator/TextValidator.LengthLimited.swift",
"Validator/TextValidator.MaxLengthLimited.swift",
"Validator/TextValidator.MinLengthLimited.swift",
"Validator/TextValidator.NotEmpty.swift",
"Validator/TextValidator.NumbersOnly.swift",
"Validator/TextValidator.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
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/35] Emitting module SmartText
[5/38] Compiling SmartText UISmartTextField.Configuration.swift
[6/38] Compiling SmartText UISmartTextField.DatePicker.swift
[7/38] Compiling SmartText UISmartTextField.Eventier.swift
[8/38] Compiling SmartText TextFormatter.LengthLimited.swift
[9/38] Compiling SmartText TextFormatter.NumbersOnly.swift
[10/38] Compiling SmartText TextFormatter.StripLeadingSpaces.swift
[11/38] Compiling SmartText TextFormatter.StripSpaces.swift
[12/38] Compiling SmartText StringExt.swift
[13/38] Compiling SmartText SmartTextField.Configuration.swift
[14/38] Compiling SmartText SmartTextField.Eventier.swift
[15/38] Compiling SmartText SmartTextField.swift
[16/38] Compiling SmartText TextValidator.NumbersOnly.swift
[17/38] Compiling SmartText TextValidator.swift
[18/38] Compiling SmartText resource_bundle_accessor.swift
[19/38] Compiling SmartText TextFormatable.swift
[20/38] Compiling SmartText TextFormatter.Custom.swift
[21/38] Compiling SmartText TextFormatter.Email.swift
[22/38] Compiling SmartText TextFormatter.Identity.swift
[23/38] Compiling SmartText TextFormatter.swift
[24/38] Compiling SmartText LocalizedStringKey+ST.swift
[25/38] Compiling SmartText RangeExt.swift
[26/38] Compiling SmartText STString.swift
[27/38] Compiling SmartText UISmartTextField.swift
[28/38] Compiling SmartText TextValidatable.swift
[29/38] Compiling SmartText TextValidationResult.swift
[30/38] Compiling SmartText TextValidator.MaxLengthLimited.swift
[31/38] Compiling SmartText TextValidator.MinLengthLimited.swift
[32/38] Compiling SmartText TextValidator.NotEmpty.swift
[33/38] Compiling SmartText TextValidator.IncludesLowercase.swift
[34/38] Compiling SmartText TextValidator.IncludesUppercase.swift
[35/38] Compiling SmartText TextValidator.LengthLimited.swift
[36/38] Compiling SmartText TextValidator.Custom.swift
[37/38] Compiling SmartText TextValidator.Email.swift
[38/38] Compiling SmartText TextValidator.Identity.swift
Build complete! (13.20s)
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" : "SmartText",
"name" : "SmartText",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SmartText",
"targets" : [
"SmartText"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SmartTextTests",
"module_type" : "SwiftTarget",
"name" : "SmartTextTests",
"path" : "Tests",
"product_dependencies" : [
"SpryKit"
],
"sources" : [
"Emails.swift",
"Formatter/TextFormatterTests.swift",
"Formatter/TextFormatter_CustomTests.swift",
"Formatter/TextFormatter_EmailTests.swift",
"Formatter/TextFormatter_IdentityTests.swift",
"Formatter/TextFormatter_LengthLimitedTests.swift",
"Formatter/TextFormatter_NumbersOnlyTests.swift",
"Formatter/TextFormatter_StripLeadingSpacesTests.swift",
"Formatter/TextFormatter_StripSpacesTests.swift",
"String+RangesTests.swift",
"Validator/TextValidator+TestHelper.swift",
"Validator/TextValidatorTests.swift",
"Validator/TextValidator_CustomTests.swift",
"Validator/TextValidator_EmailTests.swift",
"Validator/TextValidator_IdentityTests.swift",
"Validator/TextValidator_IncludesLowercaseTests.swift",
"Validator/TextValidator_IncludesUppercaseTests.swift",
"Validator/TextValidator_LengthLimitedTests.swift",
"Validator/TextValidator_MaxLengthLimitedTests.swift",
"Validator/TextValidator_MinLengthLimitedTests.swift",
"Validator/TextValidator_NotEmptyTests.swift",
"Validator/TextValidator_NumbersOnlyTests.swift",
"XCTestCase+TestHelper.swift"
],
"target_dependencies" : [
"SmartText"
],
"type" : "test"
},
{
"c99name" : "SmartText",
"module_type" : "SwiftTarget",
"name" : "SmartText",
"path" : "Source",
"product_memberships" : [
"SmartText"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Formatter/TextFormatable.swift",
"Formatter/TextFormatter.Custom.swift",
"Formatter/TextFormatter.Email.swift",
"Formatter/TextFormatter.Identity.swift",
"Formatter/TextFormatter.LengthLimited.swift",
"Formatter/TextFormatter.NumbersOnly.swift",
"Formatter/TextFormatter.StripLeadingSpaces.swift",
"Formatter/TextFormatter.StripSpaces.swift",
"Formatter/TextFormatter.swift",
"LocalizedStringKey+ST.swift",
"RangeExt.swift",
"STString.swift",
"StringExt.swift",
"SwiftUI/SmartTextField.Configuration.swift",
"SwiftUI/SmartTextField.Eventier.swift",
"SwiftUI/SmartTextField.swift",
"UIKit/UISmartTextField.Configuration.swift",
"UIKit/UISmartTextField.DatePicker.swift",
"UIKit/UISmartTextField.Eventier.swift",
"UIKit/UISmartTextField.swift",
"Validator/TextValidatable.swift",
"Validator/TextValidationResult.swift",
"Validator/TextValidator.Custom.swift",
"Validator/TextValidator.Email.swift",
"Validator/TextValidator.Identity.swift",
"Validator/TextValidator.IncludesLowercase.swift",
"Validator/TextValidator.IncludesUppercase.swift",
"Validator/TextValidator.LengthLimited.swift",
"Validator/TextValidator.MaxLengthLimited.swift",
"Validator/TextValidator.MinLengthLimited.swift",
"Validator/TextValidator.NotEmpty.swift",
"Validator/TextValidator.NumbersOnly.swift",
"Validator/TextValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/niksativa/smarttext/main
Repository: NikSativa/SmartText
Swift version used: 6.1
Target: SmartText
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 'SmartText'...
Finished extracting symbol information for 'SmartText'. (5.36s)
Building documentation for 'SmartText'...
Finished building documentation for 'SmartText' (0.15s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/niksativa/smarttext/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-syntax.git
Updating https://github.com/mattgallagher/CwlPreconditionTesting.git
Updated https://github.com/mattgallagher/CwlPreconditionTesting.git (0.45s)
Updating https://github.com/NikSativa/SpryKit.git
Updating https://github.com/mattgallagher/CwlCatchException.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.66s)
Updated https://github.com/apple/swift-syntax.git (0.84s)
Updated https://github.com/mattgallagher/CwlCatchException.git (0.44s)
Updated https://github.com/NikSativa/SpryKit.git (0.44s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (1.61s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (0.70s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.61s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
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] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Compiling SymbolKit Mixin+Equals.swift
[10/57] Compiling SymbolKit Mixin+Hash.swift
[11/57] Compiling SymbolKit Mixin.swift
[12/57] Compiling SymbolKit LineList.swift
[13/57] Compiling SymbolKit Position.swift
[14/57] Emitting module Snippets
[15/57] Compiling SymbolKit Symbol.swift
[16/57] Compiling SymbolKit SymbolKind.swift
[17/57] Compiling SymbolKit SymbolGraph.swift
[18/57] Compiling SymbolKit GraphCollector.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit Names.swift
[24/57] Compiling SymbolKit SPI.swift
[25/57] Compiling SymbolKit Snippet.swift
[26/57] Compiling SymbolKit Extension.swift
[27/57] Compiling SymbolKit SourceRange.swift
[28/57] Compiling SymbolKit Metadata.swift
[29/57] Compiling SymbolKit Module.swift
[30/57] Compiling SymbolKit OperatingSystem.swift
[31/57] Compiling SymbolKit Platform.swift
[32/57] Compiling SymbolKit GenericConstraint.swift
[33/57] Compiling SymbolKit GenericParameter.swift
[34/57] Compiling SymbolKit Generics.swift
[35/57] Compiling SymbolKit Namespace.swift
[36/57] Compiling SymbolKit SemanticVersion.swift
[37/57] Compiling SymbolKit AccessControl.swift
[38/57] Compiling SymbolKit Availability.swift
[39/57] Compiling SymbolKit AvailabilityItem.swift
[40/57] Compiling SymbolKit Domain.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.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.15s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/33] Emitting module SmartText
[3/36] Compiling SmartText TextFormatable.swift
[4/36] Compiling SmartText TextFormatter.Custom.swift
[5/36] Compiling SmartText TextFormatter.Email.swift
[6/36] Compiling SmartText TextFormatter.Identity.swift
[7/36] Compiling SmartText TextFormatter.LengthLimited.swift
[8/36] Compiling SmartText TextFormatter.NumbersOnly.swift
[9/36] Compiling SmartText TextFormatter.StripLeadingSpaces.swift
[10/36] Compiling SmartText TextFormatter.StripSpaces.swift
[11/36] Compiling SmartText UISmartTextField.swift
[12/36] Compiling SmartText TextValidatable.swift
[13/36] Compiling SmartText TextValidationResult.swift
[14/36] Compiling SmartText TextValidator.IncludesLowercase.swift
[15/36] Compiling SmartText TextValidator.IncludesUppercase.swift
[16/36] Compiling SmartText TextValidator.LengthLimited.swift
[17/36] Compiling SmartText TextValidator.MaxLengthLimited.swift
[18/36] Compiling SmartText TextValidator.MinLengthLimited.swift
[19/36] Compiling SmartText TextValidator.NotEmpty.swift
[20/36] Compiling SmartText UISmartTextField.Configuration.swift
[21/36] Compiling SmartText UISmartTextField.DatePicker.swift
[22/36] Compiling SmartText UISmartTextField.Eventier.swift
[23/36] Compiling SmartText TextFormatter.swift
[24/36] Compiling SmartText LocalizedStringKey+ST.swift
[25/36] Compiling SmartText RangeExt.swift
[26/36] Compiling SmartText STString.swift
[27/36] Compiling SmartText TextValidator.Custom.swift
[28/36] Compiling SmartText TextValidator.Email.swift
[29/36] Compiling SmartText TextValidator.Identity.swift
[30/36] Compiling SmartText StringExt.swift
[31/36] Compiling SmartText SmartTextField.Configuration.swift
[32/36] Compiling SmartText SmartTextField.Eventier.swift
[33/36] Compiling SmartText SmartTextField.swift
[34/36] Compiling SmartText TextValidator.NumbersOnly.swift
[35/36] Compiling SmartText TextValidator.swift
[36/36] Compiling SmartText resource_bundle_accessor.swift
Build of target: 'SmartText' complete! (1.26s)
230
2 /Users/admin/builder/spi-builder-workspace/.docs/niksativa/smarttext/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/niksativa/smarttext/main
File count: 230
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-niksativa-smarttext-main-09eaac36.zip to s3://spi-docs-inbox/prod-niksativa-smarttext-main-09eaac36.zip
Copying... [13%]
Copying... [26%]
Copying... [39%]
Copying... [51%]
Copying... [64%]
Copying... [77%]
Copying... [90%]
Copying... [100%]
Done.