The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LocationFormatter, reference 1.1.1 (d0a45f), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 14:25:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/salishseasoftware/LocationFormatter.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/salishseasoftware/LocationFormatter
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at d0a45f9 Merge pull request #4 from salishseasoftware/geoURI
Cloned https://github.com/salishseasoftware/LocationFormatter.git
Revision (git rev-parse @):
d0a45f9a2471b20e0af4792533d79a469d86fc61
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/salishseasoftware/LocationFormatter.git at 1.1.1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/wtw-software/UTMConversion
[1/2277] Fetching swift-docc-plugin
[138/2549] Fetching swift-docc-plugin, utmconversion
Fetched https://github.com/apple/swift-docc-plugin from cache (2.07s)
Fetched https://github.com/wtw-software/UTMConversion from cache (2.07s)
Computing version for https://github.com/wtw-software/UTMConversion
Computed https://github.com/wtw-software/UTMConversion at 1.5.0 (2.76s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.09s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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/wtw-software/UTMConversion
Working copy of https://github.com/wtw-software/UTMConversion resolved at 1.5.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "locationformatter",
      "name": "LocationFormatter",
      "url": "https://github.com/salishseasoftware/LocationFormatter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LocationFormatter",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "utmconversion",
          "name": "UTMConversion",
          "url": "https://github.com/wtw-software/UTMConversion",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UTMConversion",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/salishseasoftware/LocationFormatter.git
[1/925] Fetching locationformatter
Fetched https://github.com/salishseasoftware/LocationFormatter.git from cache (0.94s)
Fetching https://github.com/wtw-software/UTMConversion from cache
Fetched https://github.com/wtw-software/UTMConversion from cache (0.41s)
Computing version for https://github.com/wtw-software/UTMConversion
Computed https://github.com/wtw-software/UTMConversion at 1.5.0 (0.48s)
Creating working copy for https://github.com/salishseasoftware/LocationFormatter.git
Working copy of https://github.com/salishseasoftware/LocationFormatter.git resolved at 1.1.1 (d0a45f9)
Creating working copy for https://github.com/wtw-software/UTMConversion
Working copy of https://github.com/wtw-software/UTMConversion resolved at 1.5.0
warning: '.resolve-product-dependencies': dependency 'locationformatter' is not used by any target
Found 1 product dependencies
  - UTMConversion
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/salishseasoftware/LocationFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/10] Compiling UTMConversion UTMCoordinate.swift
[7/10] Compiling UTMConversion CLLocation+UTMCoordinate.swift
[8/10] Compiling UTMConversion TMCoordinate.swift
[9/10] Emitting module UTMConversion
[10/10] Compiling UTMConversion CLLocationCoordinate2D+UTMCoordinate.swift
[11/30] Compiling LocationFormatter CLLocationCoordinate2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:59:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
57 | }
58 |
59 | extension CLLocationCoordinate2D: Equatable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
61 |         return lhs.latitude == rhs.latitude && lhs.longitude == rhs.longitude
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:65:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
63 | }
64 |
65 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public func hash(into hasher: inout Hasher) {
67 |         hasher.combine(latitude)
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:72:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
70 | }
71 |
72 | extension CLLocationCoordinate2D: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 |     public var description: String {
74 |         LocationCoordinateFormatter.decimalFormatter.string(from: self) ?? ""
[12/30] Compiling LocationFormatter Double.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:59:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
57 | }
58 |
59 | extension CLLocationCoordinate2D: Equatable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
61 |         return lhs.latitude == rhs.latitude && lhs.longitude == rhs.longitude
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:65:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
63 | }
64 |
65 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public func hash(into hasher: inout Hasher) {
67 |         hasher.combine(latitude)
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:72:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
70 | }
71 |
72 | extension CLLocationCoordinate2D: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 |     public var description: String {
74 |         LocationCoordinateFormatter.decimalFormatter.string(from: self) ?? ""
[13/30] Compiling LocationFormatter DisplayOptions.swift
[14/30] Compiling LocationFormatter CLLocation.swift
[15/30] Compiling LocationFormatter CoordinateSymbol.swift
[16/30] Compiling LocationFormatter DegreesFormat.swift
[17/30] Emitting module LocationFormatter
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:59:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
57 | }
58 |
59 | extension CLLocationCoordinate2D: Equatable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
61 |         return lhs.latitude == rhs.latitude && lhs.longitude == rhs.longitude
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:65:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
63 | }
64 |
65 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public func hash(into hasher: inout Hasher) {
67 |         hasher.combine(latitude)
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:72:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
70 | }
71 |
72 | extension CLLocationCoordinate2D: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 |     public var description: String {
74 |         LocationCoordinateFormatter.decimalFormatter.string(from: self) ?? ""
[18/32] Compiling LocationFormatter UTMCoordinateFormatter.swift
[19/32] Compiling LocationFormatter GeoURIFormatOptions.swift
[20/32] Compiling LocationFormatter Formatter.swift
[21/32] Compiling LocationFormatter String.swift
[22/32] Compiling LocationFormatter CoordinateFormat.swift
[23/32] Compiling LocationFormatter CoordinateHemisphere.swift
[24/32] Compiling LocationFormatter CoordinateOrientation.swift
[25/32] Compiling LocationFormatter GeoURILocationFormatter+CLLocationCoordinate2D.swift
[26/32] Compiling LocationFormatter GeoURILocationFormatter.swift
[27/32] Compiling LocationFormatter ParsingError.swift
[28/32] Compiling LocationFormatter ParsingOptions.swift
[29/32] Compiling LocationFormatter LocationCoordinateFormatter.swift
[30/32] Compiling LocationFormatter LocationDegreesFormatter.swift
[31/32] Compiling LocationFormatter SymbolStyle.swift
[32/32] Compiling LocationFormatter UTMLatitudeBand.swift
Build complete! (11.73s)
warning: 'utmconversion': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/UTMConversion/Sources/UTMConversion/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "utmconversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wtw-software/UTMConversion"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "LocationFormatter",
  "name" : "LocationFormatter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LocationFormatter",
      "targets" : [
        "LocationFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatterTests",
      "path" : "Tests/LocationFormatterTests",
      "sources" : [
        "CLLocationCoordinate2DTests.swift",
        "CLLocationTests.swift",
        "Formatters/GeoURILocationFormatterTests.swift",
        "Formatters/LocationCoordinateFormatterTests.swift",
        "Formatters/LocationDegreesFormatterTests.swift",
        "Formatters/UTMCoordinateFormatterTests.swift",
        "LocationTestHelpers.swift"
      ],
      "target_dependencies" : [
        "LocationFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationFormatter",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatter",
      "path" : "Sources/LocationFormatter",
      "product_dependencies" : [
        "UTMConversion"
      ],
      "product_memberships" : [
        "LocationFormatter"
      ],
      "sources" : [
        "CoordinateFormat.swift",
        "CoordinateHemisphere.swift",
        "CoordinateOrientation.swift",
        "CoordinateSymbol.swift",
        "DegreesFormat.swift",
        "DisplayOptions.swift",
        "Extensions/CLLocation.swift",
        "Extensions/CLLocationCoordinate2D.swift",
        "Extensions/Double.swift",
        "Extensions/Formatter.swift",
        "Extensions/String.swift",
        "Formatters/GeoURILocationFormatter+CLLocationCoordinate2D.swift",
        "Formatters/GeoURILocationFormatter.swift",
        "Formatters/LocationCoordinateFormatter.swift",
        "Formatters/LocationDegreesFormatter.swift",
        "Formatters/UTMCoordinateFormatter.swift",
        "GeoURIFormatOptions.swift",
        "ParsingError.swift",
        "ParsingOptions.swift",
        "SymbolStyle.swift",
        "UTMLatitudeBand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/salishseasoftware/locationformatter/1.1.1
Repository:               salishseasoftware/LocationFormatter
Swift version used:       6.3
  .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   LocationFormatter
Extracting symbol information for 'LocationFormatter'...
Finished extracting symbol information for 'LocationFormatter'. (27.94s)
Building documentation for 'LocationFormatter'...
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Extensions/CoordinateFormat/DecimalDegrees.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Extensions/CoordinateFormat/DecimalDegrees.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Extensions/CoordinateFormat/DegreesDecimalMinutes.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Extensions/CoordinateFormat/DegreesDecimalMinutes.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Extensions/CoordinateFormat/DegreesMinutesSeconds.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Extensions/CoordinateFormat/DegreesMinutesSeconds.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
Finished building documentation for 'LocationFormatter' (0.46s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/salishseasoftware/locationformatter/1.1.1
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.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] Emitting module SymbolKit
[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 SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Names.swift
[26/57] Compiling SymbolKit SPI.swift
[27/57] Compiling SymbolKit Snippet.swift
[28/57] Compiling SymbolKit Extension.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[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] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract URL+Status.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.27s)
warning: 'utmconversion': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/UTMConversion/Sources/UTMConversion/Info.plist
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'LocationFormatter' complete! (0.40s)
     566
4	/Users/admin/builder/spi-builder-workspace/.docs/salishseasoftware/locationformatter/1.1.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/salishseasoftware/locationformatter/1.1.1
File count: 566
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-salishseasoftware-locationformatter-1.1.1-30100f95.zip to s3://spi-docs-inbox/prod-salishseasoftware-locationformatter-1.1.1-30100f95.zip
Copying... [14%]
Copying... [20%]
Copying... [34%]
Copying... [41%]
Copying... [55%]
Copying... [61%]
Copying... [75%]
Copying... [82%]
Copying... [96%]
Copying... [100%]
Done.