The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONWebToken.swift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kylef/JSONWebToken.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/8] Compiling JWA JWA.swift
[5/8] Compiling JWA HMAC.swift
[6/8] Compiling JWA HMACCommonCrypto.swift
[7/8] Emitting module JWA
[8/8] Compiling JWA None.swift
[9/18] Compiling JWT Encode.swift
[10/18] Compiling JWT Decode.swift
[11/19] Compiling JWT JOSEHeader.swift
[12/19] Compiling JWT CompactJSONDecoder.swift
[13/19] Compiling JWT CompactJSONEncoder.swift
[14/19] Emitting module JWT
[15/19] Compiling JWT ClaimSet.swift
[16/19] Compiling JWT Claims.swift
[17/19] Compiling JWT Algorithm.swift
[18/19] Compiling JWT Base64.swift
[19/19] Compiling JWT JWT.swift
Build complete! (10.19s)
Build complete.
Done.