Build Information
Successful build of DIGIPIN, reference main (3a6f35
), with Swift 6.1 for macOS (SPM) on 3 Jul 2025 01:38:30 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vamsii777/DIGIPIN.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vamsii777/DIGIPIN
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3a6f351 Add Bulk Encode/Decode API (#3)
Cloned https://github.com/vamsii777/DIGIPIN.git
Revision (git rev-parse @):
3a6f351a208c5d78e00ad2a20a6dff571c3f3c87
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vamsii777/DIGIPIN.git at main
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.19s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.76s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.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": "digipin",
"name": "DIGIPIN",
"url": "https://github.com/vamsii777/DIGIPIN.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIGIPIN",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser.git",
"version": "1.6.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/vamsii777/DIGIPIN.git
[3/107] Fetching digipin
Fetched https://github.com/vamsii777/DIGIPIN.git from cache (0.67s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.59s)
Creating working copy for https://github.com/vamsii777/DIGIPIN.git
Working copy of https://github.com/vamsii777/DIGIPIN.git resolved at main (3a6f351)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vamsii777/DIGIPIN.git
https://github.com/vamsii777/DIGIPIN.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "DIGIPIN",
"name" : "DIGIPIN",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DIGIPIN",
"targets" : [
"DIGIPIN"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "digipin",
"targets" : [
"digipin-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "digipin_cli",
"module_type" : "SwiftTarget",
"name" : "digipin-cli",
"path" : "Sources/digipin-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"digipin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "executable"
},
{
"c99name" : "DIGIPINTests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINTests",
"path" : "Tests/DIGIPINTests",
"sources" : [
"DIGIPINTests.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "test"
},
{
"c99name" : "DIGIPINCLITests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINCLITests",
"path" : "Tests/DIGIPINCLITests",
"sources" : [
"DIGIPINCLITests.swift"
],
"type" : "test"
},
{
"c99name" : "DIGIPIN",
"module_type" : "SwiftTarget",
"name" : "DIGIPIN",
"path" : "Sources/DIGIPIN",
"product_memberships" : [
"DIGIPIN",
"digipin"
],
"sources" : [
"DIGIPIN.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write sources
[3/11] Write digipin-entitlement.plist
[3/11] Write sources
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[9/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/15] Emitting module ArgumentParserToolInfo
[11/61] Emitting module ArgumentParser
[12/65] Compiling ArgumentParser InputKey.swift
[13/65] Compiling ArgumentParser InputOrigin.swift
[14/65] Compiling ArgumentParser Name.swift
[15/65] Compiling ArgumentParser Parsed.swift
[16/65] Compiling ArgumentParser ParsedValues.swift
[17/65] Compiling ArgumentParser NonsenseFlagsValidator.swift
[18/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[19/65] Compiling ArgumentParser PositionalArgumentsValidator.swift
[20/65] Compiling ArgumentParser UniqueNamesValidator.swift
[21/65] Compiling ArgumentParser Flag.swift
[22/65] Compiling ArgumentParser NameSpecification.swift
[23/65] Compiling ArgumentParser Option.swift
[24/65] Compiling ArgumentParser OptionGroup.swift
[25/65] Compiling ArgumentParser AsyncParsableCommand.swift
[26/65] Emitting module DIGIPIN
[27/65] Compiling DIGIPIN DIGIPIN.swift
[28/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/65] Compiling ArgumentParser CompletionsGenerator.swift
[30/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/65] Compiling ArgumentParser Argument.swift
[33/65] Compiling ArgumentParser CommandConfiguration.swift
[34/65] Compiling ArgumentParser CommandGroup.swift
[35/65] Compiling ArgumentParser EnumerableFlag.swift
[36/65] Compiling ArgumentParser ExpressibleByArgument.swift
[37/65] Compiling ArgumentParser ParsableArguments.swift
[38/65] Compiling ArgumentParser ParserError.swift
[39/65] Compiling ArgumentParser SplitArguments.swift
[40/65] Compiling ArgumentParser DumpHelpGenerator.swift
[41/65] Compiling ArgumentParser HelpCommand.swift
[42/65] Compiling ArgumentParser HelpGenerator.swift
[43/65] Compiling ArgumentParser SequenceExtensions.swift
[44/65] Compiling ArgumentParser StringExtensions.swift
[45/65] Compiling ArgumentParser SwiftExtensions.swift
[46/65] Compiling ArgumentParser Tree.swift
[47/65] Compiling ArgumentParser CodingKeyValidator.swift
[48/65] Compiling ArgumentParser ArgumentDiscussion.swift
[49/65] Compiling ArgumentParser ArgumentHelp.swift
[50/65] Compiling ArgumentParser ArgumentVisibility.swift
[51/65] Compiling ArgumentParser CompletionKind.swift
[52/65] Compiling ArgumentParser Errors.swift
[53/65] Compiling ArgumentParser MessageInfo.swift
[54/65] Compiling ArgumentParser UsageGenerator.swift
[55/65] Compiling ArgumentParser CollectionExtensions.swift
[56/65] Compiling ArgumentParser Mutex.swift
[57/65] Compiling ArgumentParser Platform.swift
[58/65] Compiling ArgumentParser ParsableCommand.swift
[59/65] Compiling ArgumentParser ArgumentDecoder.swift
[60/65] Compiling ArgumentParser ArgumentDefinition.swift
[61/65] Compiling ArgumentParser ArgumentSet.swift
[62/65] Compiling ArgumentParser CommandParser.swift
[63/67] Compiling digipin_cli main.swift
[64/67] Emitting module digipin_cli
[64/67] Write Objects.LinkFileList
[65/67] Linking digipin
[66/67] Applying digipin
Build complete! (9.76s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "DIGIPIN",
"name" : "DIGIPIN",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DIGIPIN",
"targets" : [
"DIGIPIN"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "digipin",
"targets" : [
"digipin-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "digipin_cli",
"module_type" : "SwiftTarget",
"name" : "digipin-cli",
"path" : "Sources/digipin-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"digipin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "executable"
},
{
"c99name" : "DIGIPINTests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINTests",
"path" : "Tests/DIGIPINTests",
"sources" : [
"DIGIPINTests.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "test"
},
{
"c99name" : "DIGIPINCLITests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINCLITests",
"path" : "Tests/DIGIPINCLITests",
"sources" : [
"DIGIPINCLITests.swift"
],
"type" : "test"
},
{
"c99name" : "DIGIPIN",
"module_type" : "SwiftTarget",
"name" : "DIGIPIN",
"path" : "Sources/DIGIPIN",
"product_memberships" : [
"DIGIPIN",
"digipin"
],
"sources" : [
"DIGIPIN.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/vamsii777/digipin/main
Repository: vamsii777/DIGIPIN
Swift version used: 6.1
Target: DIGIPIN
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 'DIGIPIN'...
Finished extracting symbol information for 'DIGIPIN'. (2.54s)
Building documentation for 'DIGIPIN'...
warning: Only links are allowed in task group list items
--> DIGIPIN.md:122:1-122:84
120 | ### Available Commands
121 |
122 + - `encode <latitude> <longitude>`: Encode latitude and longitude to a DIGIPIN code.
| ╰─suggestion: Remove non-link item
123 | - `decode <DIGIPIN>`: Decode a DIGIPIN code to latitude and longitude.
124 | - `distance <DIGIPIN1> <DIGIPIN2>`: Compute the great-circle distance (in kilometers) between two DIGIPIN codes.
warning: Only links are allowed in task group list items
--> DIGIPIN.md:123:1-123:71
121 |
122 | - `encode <latitude> <longitude>`: Encode latitude and longitude to a DIGIPIN code.
123 + - `decode <DIGIPIN>`: Decode a DIGIPIN code to latitude and longitude.
| ╰─suggestion: Remove non-link item
124 | - `distance <DIGIPIN1> <DIGIPIN2>`: Compute the great-circle distance (in kilometers) between two DIGIPIN codes.
125 |
warning: Only links are allowed in task group list items
--> DIGIPIN.md:124:1-125:1
122 | - `encode <latitude> <longitude>`: Encode latitude and longitude to a DIGIPIN code.
123 | - `decode <DIGIPIN>`: Decode a DIGIPIN code to latitude and longitude.
124 + - `distance <DIGIPIN1> <DIGIPIN2>`: Compute the great-circle distance (in kilometers) between two DIGIPIN codes.
| ╰─suggestion: Remove non-link item
125 +
126 | The CLI is built using Swift ArgumentParser and is fully Swift 6 and concurrency compliant.
127 |
Finished building documentation for 'DIGIPIN' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/vamsii777/digipin/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.63s)
Updated https://github.com/apple/swift-argument-parser.git (0.56s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.65s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.57s)
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.47s)
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.5
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit Identifier.swift
[12/57] Compiling SymbolKit KindIdentifier.swift
[13/57] Compiling SymbolKit Location.swift
[14/57] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.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 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 DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit Names.swift
[35/57] Compiling SymbolKit SPI.swift
[36/57] Compiling SymbolKit Snippet.swift
[37/57] Compiling SymbolKit Extension.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] Emitting module SymbolKit
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.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! (3.99s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling DIGIPIN DIGIPIN.swift
[3/3] Emitting module DIGIPIN
Build of target: 'DIGIPIN' complete! (0.64s)
106
2 /Users/admin/builder/spi-builder-workspace/.docs/vamsii777/digipin/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vamsii777/digipin/main
File count: 106
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-vamsii777-digipin-main-36609f5c.zip to s3://spi-docs-inbox/prod-vamsii777-digipin-main-36609f5c.zip
Copying... [17%]
Copying... [34%]
Copying... [52%]
Copying... [69%]
Copying... [86%]
Copying... [100%]
Done.