The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of GeoHash, reference 0.0.4 (ca65b1), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 11:33:33 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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fummicc1/GeoHashSwift.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/GeoHashSwift
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at ca65b18 Update README.md
Cloned https://github.com/fummicc1/GeoHashSwift.git
Revision (git rev-parse @):
ca65b1854a494e452167a2e91570bd1838460eb0
SUCCESS checkout https://github.com/fummicc1/GeoHashSwift.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fummicc1/GeoHashSwift.git
https://github.com/fummicc1/GeoHashSwift.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "GeoHash",
  "name" : "GeoHash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoHashFramework",
      "targets" : [
        "GeoHashFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geohash",
      "targets" : [
        "GeoHashCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoHashFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashFrameworkTests",
      "path" : "Tests/GeoHashFrameworkTests",
      "sources" : [
        "GeoHashTests.swift"
      ],
      "target_dependencies" : [
        "GeoHashFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoHashFramework",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashFramework",
      "path" : "Sources/GeoHashFramework",
      "product_memberships" : [
        "GeoHashFramework",
        "geohash"
      ],
      "sources" : [
        "GeoHash.swift",
        "GeoHashBitsPrecision.swift",
        "GeoHashCoordinate2D.swift",
        "RuntimeWarning.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeoHashCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashCLI",
      "path" : "Sources/GeoHashCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "geohash"
      ],
      "sources" : [
        "GeoHashCLI.swift"
      ],
      "target_dependencies" : [
        "GeoHashFramework"
      ],
      "type" : "executable"
    }
  ],
  "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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write geohash-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/17] Emitting module ArgumentParserToolInfo
[10/56] Emitting module ArgumentParser
[11/60] Compiling ArgumentParser CommandConfiguration.swift
[12/60] Compiling ArgumentParser CommandGroup.swift
[13/60] Compiling ArgumentParser EnumerableFlag.swift
[14/60] Compiling ArgumentParser ExpressibleByArgument.swift
[15/60] Compiling ArgumentParser ArgumentHelp.swift
[16/60] Compiling ArgumentParser ArgumentVisibility.swift
[17/60] Compiling ArgumentParser CompletionKind.swift
[18/60] Compiling ArgumentParser Errors.swift
[19/60] Compiling ArgumentParser Flag.swift
[20/60] Compiling ArgumentParser InputOrigin.swift
[21/60] Compiling ArgumentParser Name.swift
[22/60] Compiling ArgumentParser Parsed.swift
[23/60] Compiling ArgumentParser ParsedValues.swift
[24/60] Compiling ArgumentParser ParsableArguments.swift
[25/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/60] Compiling ArgumentParser ParsableCommand.swift
[27/60] Compiling ArgumentParser ArgumentDecoder.swift
[28/60] Compiling ArgumentParser Platform.swift
[29/60] Compiling ArgumentParser SequenceExtensions.swift
[30/60] Compiling ArgumentParser StringExtensions.swift
[31/60] Compiling ArgumentParser Tree.swift
[32/60] Compiling ArgumentParser ArgumentDefinition.swift
[33/60] Compiling ArgumentParser ArgumentSet.swift
[34/60] Compiling ArgumentParser CommandParser.swift
[35/60] Compiling ArgumentParser InputKey.swift
[36/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/60] Compiling ArgumentParser CompletionsGenerator.swift
[38/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/60] Compiling ArgumentParser Argument.swift
[41/60] Compiling GeoHashFramework GeoHashCoordinate2D.swift
[42/60] Compiling GeoHashFramework GeoHashBitsPrecision.swift
[43/60] Emitting module GeoHashFramework
[44/60] Compiling GeoHashFramework GeoHash.swift
[45/60] Compiling GeoHashFramework RuntimeWarning.swift
[46/60] Compiling ArgumentParser ParserError.swift
[47/60] Compiling ArgumentParser SplitArguments.swift
[48/60] Compiling ArgumentParser DumpHelpGenerator.swift
[49/60] Compiling ArgumentParser HelpCommand.swift
[50/60] Compiling ArgumentParser NameSpecification.swift
[51/60] Compiling ArgumentParser Option.swift
[52/60] Compiling ArgumentParser OptionGroup.swift
[53/60] Compiling ArgumentParser AsyncParsableCommand.swift
[54/60] Compiling ArgumentParser HelpGenerator.swift
[55/60] Compiling ArgumentParser MessageInfo.swift
[56/60] Compiling ArgumentParser UsageGenerator.swift
[57/60] Compiling ArgumentParser CollectionExtensions.swift
[58/62] Compiling GeoHashCLI GeoHashCLI.swift
[59/62] Emitting module GeoHashCLI
[59/62] Write Objects.LinkFileList
[60/62] Linking geohash
[61/62] Applying geohash
Build complete! (8.81s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "GeoHash",
  "name" : "GeoHash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoHashFramework",
      "targets" : [
        "GeoHashFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geohash",
      "targets" : [
        "GeoHashCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoHashFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashFrameworkTests",
      "path" : "Tests/GeoHashFrameworkTests",
      "sources" : [
        "GeoHashTests.swift"
      ],
      "target_dependencies" : [
        "GeoHashFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoHashFramework",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashFramework",
      "path" : "Sources/GeoHashFramework",
      "product_memberships" : [
        "GeoHashFramework",
        "geohash"
      ],
      "sources" : [
        "GeoHash.swift",
        "GeoHashBitsPrecision.swift",
        "GeoHashCoordinate2D.swift",
        "RuntimeWarning.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeoHashCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashCLI",
      "path" : "Sources/GeoHashCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "geohash"
      ],
      "sources" : [
        "GeoHashCLI.swift"
      ],
      "target_dependencies" : [
        "GeoHashFramework"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.