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 jmespath.swift, reference main (c72289), with Swift 5.9 for macOS (SPM) on 13 Dec 2024 02:13:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/jmespath.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/jmespath.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c722898 Merge pull request #10 from adam-fowler/jmes-number
Cloned https://github.com/adam-fowler/jmespath.swift.git
Revision (git rev-parse @):
c722898bdfc72cdeb4a8431812fdeec0b56e8e1d
SUCCESS checkout https://github.com/adam-fowler/jmespath.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/adam-fowler/jmespath.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling JMESPath Token.swift
[2/13] Compiling JMESPath Sendable.swift
[3/13] Compiling JMESPath Runtime.swift
[4/13] Compiling JMESPath Lexer.swift
[5/13] Compiling JMESPath Parser.swift
[6/13] Compiling JMESPath Number.swift
[7/13] Compiling JMESPath Ast.swift
[8/13] Compiling JMESPath Error.swift
[9/13] Compiling JMESPath Expression.swift
[10/13] Compiling JMESPath Functions.swift
[11/13] Emitting module JMESPath
[12/13] Compiling JMESPath Interpreter.swift
[13/13] Compiling JMESPath Variable.swift
Build complete! (6.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "jmespath.swift",
  "name" : "jmespath.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JMESPath",
      "targets" : [
        "JMESPath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JMESPathTests",
      "module_type" : "SwiftTarget",
      "name" : "JMESPathTests",
      "path" : "Tests/JMESPathTests",
      "sources" : [
        "ComplianceTests.swift",
        "ErrorTests.swift",
        "LexerTests.swift",
        "MirrorTests.swift"
      ],
      "target_dependencies" : [
        "JMESPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMESPath",
      "module_type" : "SwiftTarget",
      "name" : "JMESPath",
      "path" : "Sources/JMESPath",
      "product_memberships" : [
        "JMESPath"
      ],
      "sources" : [
        "Ast.swift",
        "Error.swift",
        "Expression.swift",
        "Functions.swift",
        "Interpreter.swift",
        "Lexer.swift",
        "Number.swift",
        "Parser.swift",
        "Runtime.swift",
        "Sendable.swift",
        "Token.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.