The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JWTDecode, reference 2.6.3 (5fe788), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 21:32:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/JWTDecode.swift.git
Reference: 2.6.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vbmobile/JWTDecode.swift
 * tag               2.6.3      -> FETCH_HEAD
HEAD is now at 5fe7884 add type dynamic
Cloned https://github.com/vbmobile/JWTDecode.swift.git
Revision (git rev-parse @):
5fe78848b9cb654581a66adbceabd35786f4acec
SUCCESS checkout https://github.com/vbmobile/JWTDecode.swift.git at 2.6.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vbmobile/JWTDecode.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling JWTDecode ValidationError.swift
[4/12] Compiling JWTDecode ValidatorJWT.swift
[5/12] Compiling JWTDecode TokenValidators.swift
[6/12] Compiling JWTDecode Errors.swift
[7/12] Compiling JWTDecode A0JWT.swift
[8/12] Compiling JWTDecode JWTDecode.swift
[9/12] Compiling JWTDecode JWT.swift
[10/12] Emitting module JWTDecode
[10/12] Write Objects.LinkFileList
[11/12] Linking libJWTDecode.dylib
Build complete! (13.79s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[297/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.79s)
Fetched https://github.com/Quick/Nimble.git from cache (1.79s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (2.35s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.54s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.87s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.37s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[5/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.76s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.27s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "JWTDecode",
  "name" : "JWTDecode",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JWTDecode",
      "targets" : [
        "JWTDecode"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWTDecode_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "JWTDecode.swiftTests",
      "path" : "Tests/JWTDecode.swiftTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "JWTDecodeSpec.swift",
        "JWTHelper.swift",
        "TokenValidatorsSpec.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JWTDecode"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWTDecode",
      "module_type" : "SwiftTarget",
      "name" : "JWTDecode",
      "path" : "JWTDecode",
      "product_memberships" : [
        "JWTDecode"
      ],
      "sources" : [
        "A0JWT.swift",
        "Errors.swift",
        "JWT.swift",
        "JWTDecode.swift",
        "TokenValidators.swift",
        "ValidationError.swift",
        "ValidatorJWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.