The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JWT with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONWebToken.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kylef/JSONWebToken.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 45e5d4a Remove deprecated encode/decode methods, fix warnings and other… (#112)
Cloned https://github.com/kylef/JSONWebToken.swift.git
Revision (git rev-parse @):
45e5d4a0ff5a538d50b1cc3cb04a9b81f08eb95b
SUCCESS checkout https://github.com/kylef/JSONWebToken.swift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonwebtoken.swift",
      "name": "JWT",
      "url": "https://github.com/kylef/JSONWebToken.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONWebToken.swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kylef/JSONWebToken.swift.git
[1/1506] Fetching jsonwebtoken.swift
Fetched https://github.com/kylef/JSONWebToken.swift.git (0.74s)
Creating working copy for https://github.com/kylef/JSONWebToken.swift.git
Working copy of https://github.com/kylef/JSONWebToken.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'jsonwebtoken.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Emitting module JWA
[2/5] Compiling JWA None.swift
[3/5] Compiling JWA HMAC.swift
[4/5] Compiling JWA HMACCommonCrypto.swift
[5/5] Compiling JWA JWA.swift
[6/15] Compiling JWT JOSEHeader.swift
[7/16] Compiling JWT CompactJSONEncoder.swift
[8/16] Compiling JWT Encode.swift
[9/16] Compiling JWT Decode.swift
[10/16] Compiling JWT CompactJSONDecoder.swift
[11/16] Compiling JWT Algorithm.swift
[12/16] Compiling JWT Base64.swift
[13/16] Emitting module JWT
[14/16] Compiling JWT ClaimSet.swift
[15/16] Compiling JWT Claims.swift
[16/16] Compiling JWT JWT.swift
Build complete! (8.65s)
Build complete.
Done.