The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DIGIPIN, reference 2.2.0 (3a6f35), with Swift 6.1 for macOS (SPM) on 2 Jul 2025 10:47:20 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: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vamsii777/DIGIPIN
 * tag               2.2.0      -> FETCH_HEAD
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 2.2.0
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.22s)
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.78s)
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
[1/107] Fetching digipin
Fetched https://github.com/vamsii777/DIGIPIN.git from cache (0.82s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.58s)
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.65s)
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
Creating working copy for https://github.com/vamsii777/DIGIPIN.git
Working copy of https://github.com/vamsii777/DIGIPIN.git resolved at 2.2.0 (3a6f351)
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
[6/11] Write digipin-entitlement.plist
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[9/15] Emitting module ArgumentParserToolInfo
[10/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/61] Compiling ArgumentParser CommandConfiguration.swift
[12/61] Compiling ArgumentParser CommandGroup.swift
[13/61] Compiling ArgumentParser EnumerableFlag.swift
[14/61] Compiling ArgumentParser ExpressibleByArgument.swift
[15/61] Compiling ArgumentParser ParsableArguments.swift
[16/65] Emitting module ArgumentParser
[17/65] Compiling ArgumentParser SequenceExtensions.swift
[18/65] Compiling ArgumentParser StringExtensions.swift
[19/65] Compiling ArgumentParser SwiftExtensions.swift
[20/65] Compiling ArgumentParser Tree.swift
[21/65] Compiling ArgumentParser CodingKeyValidator.swift
[22/65] Compiling ArgumentParser InputKey.swift
[23/65] Compiling ArgumentParser InputOrigin.swift
[24/65] Compiling ArgumentParser Name.swift
[25/65] Compiling ArgumentParser Parsed.swift
[26/65] Compiling ArgumentParser ParsedValues.swift
[27/65] Compiling ArgumentParser NonsenseFlagsValidator.swift
[28/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/65] Compiling ArgumentParser PositionalArgumentsValidator.swift
[30/65] Compiling ArgumentParser UniqueNamesValidator.swift
[31/65] Compiling ArgumentParser Flag.swift
[32/65] Compiling ArgumentParser NameSpecification.swift
[33/65] Compiling ArgumentParser Option.swift
[34/65] Compiling ArgumentParser OptionGroup.swift
[35/65] Compiling ArgumentParser AsyncParsableCommand.swift
[36/65] Emitting module DIGIPIN
[37/65] Compiling DIGIPIN DIGIPIN.swift
[38/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/65] Compiling ArgumentParser CompletionsGenerator.swift
[40/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/65] Compiling ArgumentParser Argument.swift
[43/65] Compiling ArgumentParser ParsableCommand.swift
[44/65] Compiling ArgumentParser ArgumentDecoder.swift
[45/65] Compiling ArgumentParser ArgumentDefinition.swift
[46/65] Compiling ArgumentParser ArgumentSet.swift
[47/65] Compiling ArgumentParser CommandParser.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 ParserError.swift
[54/65] Compiling ArgumentParser SplitArguments.swift
[55/65] Compiling ArgumentParser DumpHelpGenerator.swift
[56/65] Compiling ArgumentParser HelpCommand.swift
[57/65] Compiling ArgumentParser HelpGenerator.swift
[58/65] Compiling ArgumentParser MessageInfo.swift
[59/65] Compiling ArgumentParser UsageGenerator.swift
[60/65] Compiling ArgumentParser CollectionExtensions.swift
[61/65] Compiling ArgumentParser Mutex.swift
[62/65] Compiling ArgumentParser Platform.swift
[63/67] Emitting module digipin_cli
[64/67] Compiling digipin_cli main.swift
[64/67] Write Objects.LinkFileList
[65/67] Linking digipin
[66/67] Applying digipin
Build complete! (10.05s)
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/2.2.0
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.53s)
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/2.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-argument-parser.git
Updated https://github.com/apple/swift-argument-parser.git (0.58s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.68s)
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.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.60s)
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
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 snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Compiling SymbolKit GenericConstraint.swift
[18/57] Compiling SymbolKit GenericParameter.swift
[19/57] Compiling SymbolKit Generics.swift
[20/57] Compiling SymbolKit Namespace.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.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] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[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.91s)
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.63s)
     106
2	/Users/admin/builder/spi-builder-workspace/.docs/vamsii777/digipin/2.2.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vamsii777/digipin/2.2.0
File count: 106
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-vamsii777-digipin-2.2.0-7c360473.zip to s3://spi-docs-inbox/prod-vamsii777-digipin-2.2.0-7c360473.zip
Copying... [17%]
Copying... [34%]
Copying... [51%]
Copying... [69%]
Copying... [86%]
Copying... [100%]
Done.