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 main (ca65b1), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 11:33:41 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/GeoHashSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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
[2/10] Write geohash-entitlement.plist
[5/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/17] Emitting module ArgumentParserToolInfo
[9/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/56] Compiling ArgumentParser CommandConfiguration.swift
[11/56] Compiling ArgumentParser CommandGroup.swift
[12/56] Compiling ArgumentParser EnumerableFlag.swift
[13/56] Compiling ArgumentParser ExpressibleByArgument.swift
[14/60] Emitting module ArgumentParser
[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 ParsableArguments.swift
[21/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/60] Compiling ArgumentParser ParsableCommand.swift
[23/60] Compiling ArgumentParser ArgumentDecoder.swift
[24/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/60] Compiling ArgumentParser CompletionsGenerator.swift
[26/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/60] Compiling ArgumentParser Argument.swift
[29/60] Compiling ArgumentParser Platform.swift
[30/60] Compiling ArgumentParser SequenceExtensions.swift
[31/60] Compiling ArgumentParser StringExtensions.swift
[32/60] Compiling ArgumentParser Tree.swift
[33/60] Compiling ArgumentParser NameSpecification.swift
[34/60] Compiling ArgumentParser Option.swift
[35/60] Compiling ArgumentParser OptionGroup.swift
[36/60] Compiling ArgumentParser AsyncParsableCommand.swift
[37/60] Compiling ArgumentParser ArgumentDefinition.swift
[38/60] Compiling ArgumentParser ArgumentSet.swift
[39/60] Compiling ArgumentParser CommandParser.swift
[40/60] Compiling ArgumentParser InputKey.swift
[41/60] Compiling GeoHashFramework GeoHashCoordinate2D.swift
[42/60] Emitting module GeoHashFramework
[43/60] Compiling ArgumentParser InputOrigin.swift
[44/60] Compiling GeoHashFramework RuntimeWarning.swift
[45/60] Compiling ArgumentParser Name.swift
[46/60] Compiling ArgumentParser Parsed.swift
[47/60] Compiling ArgumentParser ParsedValues.swift
[48/60] Compiling ArgumentParser ParserError.swift
[49/60] Compiling GeoHashFramework GeoHashBitsPrecision.swift
[50/60] Compiling GeoHashFramework GeoHash.swift
[51/60] Compiling ArgumentParser SplitArguments.swift
[52/60] Compiling ArgumentParser DumpHelpGenerator.swift
[53/60] Compiling ArgumentParser HelpCommand.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] Emitting module GeoHashCLI
[59/62] Compiling GeoHashCLI GeoHashCLI.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking geohash
[61/62] Applying geohash
Build complete! (8.76s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.13s)
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.