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.0 for macOS (SPM) on 2 Feb 2025 05:32:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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
Fetching https://github.com/apple/swift-argument-parser
[1/12539] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.49s)
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
========================================
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": "geohashswift",
      "name": "GeoHash",
      "url": "https://github.com/fummicc1/GeoHashSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GeoHashSwift",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fummicc1/GeoHashSwift.git
[1/329] Fetching geohashswift
Fetched https://github.com/fummicc1/GeoHashSwift.git from cache (0.77s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.03s)
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
Creating working copy for https://github.com/fummicc1/GeoHashSwift.git
Working copy of https://github.com/fummicc1/GeoHashSwift.git resolved at 0.0.4 (ca65b18)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.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
[5/10] Write geohash-entitlement.plist
[6/10] Write swift-version-5BDAB9E9C0126B9D.txt
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/17] Emitting module ArgumentParserToolInfo
[10/56] Compiling ArgumentParser InputOrigin.swift
[11/56] Compiling ArgumentParser Name.swift
[12/56] Compiling ArgumentParser Parsed.swift
[13/56] Compiling ArgumentParser ParsedValues.swift
[14/56] Compiling ArgumentParser ArgumentHelp.swift
[15/56] Compiling ArgumentParser ArgumentVisibility.swift
[16/56] Compiling ArgumentParser CompletionKind.swift
[17/56] Compiling ArgumentParser Errors.swift
[18/56] Compiling ArgumentParser Flag.swift
[19/60] Compiling ArgumentParser NameSpecification.swift
[20/60] Compiling ArgumentParser Option.swift
[21/60] Compiling ArgumentParser OptionGroup.swift
[22/60] Compiling ArgumentParser AsyncParsableCommand.swift
[23/60] Compiling GeoHashFramework GeoHashCoordinate2D.swift
[24/60] Compiling GeoHashFramework GeoHashBitsPrecision.swift
[25/60] Compiling GeoHashFramework GeoHash.swift
[26/60] Emitting module GeoHashFramework
[27/60] Compiling GeoHashFramework RuntimeWarning.swift
[28/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/60] Compiling ArgumentParser CompletionsGenerator.swift
[30/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/60] Compiling ArgumentParser Argument.swift
[33/60] Emitting module ArgumentParser
[34/60] Compiling ArgumentParser Platform.swift
[35/60] Compiling ArgumentParser SequenceExtensions.swift
[36/60] Compiling ArgumentParser StringExtensions.swift
[37/60] Compiling ArgumentParser Tree.swift
[38/60] Compiling ArgumentParser ParsableArguments.swift
[39/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/60] Compiling ArgumentParser ParsableCommand.swift
[41/60] Compiling ArgumentParser ArgumentDecoder.swift
[42/60] Compiling ArgumentParser CommandConfiguration.swift
[43/60] Compiling ArgumentParser CommandGroup.swift
[44/60] Compiling ArgumentParser EnumerableFlag.swift
[45/60] Compiling ArgumentParser ExpressibleByArgument.swift
[46/60] Compiling ArgumentParser HelpGenerator.swift
[47/60] Compiling ArgumentParser MessageInfo.swift
[48/60] Compiling ArgumentParser UsageGenerator.swift
[49/60] Compiling ArgumentParser CollectionExtensions.swift
[50/60] Compiling ArgumentParser ParserError.swift
[51/60] Compiling ArgumentParser SplitArguments.swift
[52/60] Compiling ArgumentParser DumpHelpGenerator.swift
[53/60] Compiling ArgumentParser HelpCommand.swift
[54/60] Compiling ArgumentParser ArgumentDefinition.swift
[55/60] Compiling ArgumentParser ArgumentSet.swift
[56/60] Compiling ArgumentParser CommandParser.swift
[57/60] Compiling ArgumentParser InputKey.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! (14.09s)
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.