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.0 for macOS (SPM) on 2 Feb 2025 05:34:20 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: 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
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.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.46s)
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
[4/329] Fetching geohashswift
Fetched https://github.com/fummicc1/GeoHashSwift.git from cache (0.80s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.59s)
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 main (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] 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] Compiling ArgumentParser InputOrigin.swift
[15/60] Compiling ArgumentParser Name.swift
[16/60] Compiling ArgumentParser Parsed.swift
[17/60] Compiling ArgumentParser ParsedValues.swift
[18/60] Compiling ArgumentParser ArgumentHelp.swift
[19/60] Compiling ArgumentParser ArgumentVisibility.swift
[20/60] Compiling ArgumentParser CompletionKind.swift
[21/60] Compiling ArgumentParser Errors.swift
[22/60] Compiling ArgumentParser Flag.swift
[23/60] Emitting module GeoHashFramework
[24/60] Compiling GeoHashFramework GeoHash.swift
[25/60] Compiling GeoHashFramework GeoHashCoordinate2D.swift
[26/60] Compiling GeoHashFramework GeoHashBitsPrecision.swift
[27/60] Compiling GeoHashFramework RuntimeWarning.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 BashCompletionsGenerator.swift
[33/60] Compiling ArgumentParser CompletionsGenerator.swift
[34/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/60] Compiling ArgumentParser Argument.swift
[37/60] Compiling ArgumentParser HelpGenerator.swift
[38/60] Compiling ArgumentParser MessageInfo.swift
[39/60] Compiling ArgumentParser UsageGenerator.swift
[40/60] Compiling ArgumentParser CollectionExtensions.swift
[41/60] Emitting module ArgumentParser
[42/60] Compiling ArgumentParser ParsableArguments.swift
[43/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/60] Compiling ArgumentParser ParsableCommand.swift
[45/60] Compiling ArgumentParser ArgumentDecoder.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 ArgumentDefinition.swift
[55/60] Compiling ArgumentParser ArgumentSet.swift
[56/60] Compiling ArgumentParser CommandParser.swift
[57/60] Compiling ArgumentParser InputKey.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! (14.06s)
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.