The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Paseto 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/aidantwoods/swift-paseto.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/aidantwoods/swift-paseto
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 811e258 Merge pull request #18 from frederikbosch/patch-2
Cloned https://github.com/aidantwoods/swift-paseto.git
Revision (git rev-parse @):
811e2589a7eb65c16a39e64841034e11daa803a2
SUCCESS checkout https://github.com/aidantwoods/swift-paseto.git at main
Fetching https://github.com/aidantwoods/swift-sodium.git from cache
Fetched https://github.com/aidantwoods/swift-sodium.git (0.19s)
Fetching https://github.com/aidantwoods/TypedJSON.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/aidantwoods/TypedJSON.git (0.21s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.29s)
Computing version for https://github.com/aidantwoods/TypedJSON.git
Computed https://github.com/aidantwoods/TypedJSON.git at 0.1.2 (0.49s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.0 (0.02s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.0
Creating working copy for https://github.com/aidantwoods/TypedJSON.git
Working copy of https://github.com/aidantwoods/TypedJSON.git resolved at 0.1.2
Creating working copy for https://github.com/aidantwoods/swift-sodium.git
Working copy of https://github.com/aidantwoods/swift-sodium.git resolved at full-clibsodium-build
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-paseto",
      "name": "Paseto",
      "url": "https://github.com/aidantwoods/swift-paseto.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-paseto",
      "dependencies": [
        {
          "identity": "swift-sodium",
          "name": "Sodium",
          "url": "https://github.com/aidantwoods/swift-sodium.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sodium",
          "dependencies": [
          ]
        },
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
          "version": "1.8.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "dependencies": [
          ]
        },
        {
          "identity": "typedjson",
          "name": "TypedJSON",
          "url": "https://github.com/aidantwoods/TypedJSON.git",
          "version": "0.1.2",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypedJSON",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/aidantwoods/swift-paseto.git
[1/1800] Fetching swift-paseto
Fetched https://github.com/aidantwoods/swift-paseto.git (0.27s)
Fetching https://github.com/aidantwoods/swift-sodium.git from cache
Fetched https://github.com/aidantwoods/swift-sodium.git (0.19s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/aidantwoods/TypedJSON.git from cache
Fetched https://github.com/aidantwoods/TypedJSON.git (0.20s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.29s)
Computing version for https://github.com/aidantwoods/TypedJSON.git
Computed https://github.com/aidantwoods/TypedJSON.git at 0.1.2 (0.02s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.0 (0.02s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.0
Creating working copy for https://github.com/aidantwoods/swift-paseto.git
Working copy of https://github.com/aidantwoods/swift-paseto.git resolved at main
Creating working copy for https://github.com/aidantwoods/TypedJSON.git
Working copy of https://github.com/aidantwoods/TypedJSON.git resolved at 0.1.2
Creating working copy for https://github.com/aidantwoods/swift-sodium.git
Working copy of https://github.com/aidantwoods/swift-sodium.git resolved at full-clibsodium-build
warning: '.resolve-product-dependencies': dependency 'swift-paseto' is not used by any target
Found 3 product dependencies
  - Sodium
  - CryptoSwift
  - TypedJSON
========================================
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...
[0/1] Copying libsodium.a
[2/126] Compiling CryptoSwift BatchedCollection.swift
[3/126] Compiling CryptoSwift Bit.swift
[4/126] Compiling CryptoSwift BlockCipher.swift
[5/128] Compiling CryptoSwift ASN1Scanner.swift
[6/128] Compiling CryptoSwift Array+Extension.swift
[7/128] Compiling CryptoSwift Authenticator.swift
[8/128] Compiling CryptoSwift Collection+Extension.swift
[9/128] Compiling CryptoSwift CompactMap.swift
[10/128] Compiling CryptoSwift Cryptor.swift
[11/128] Compiling CryptoSwift Cryptors.swift
[12/128] Compiling CryptoSwift Digest.swift
[13/128] Compiling CryptoSwift DigestType.swift
[14/128] Compiling CryptoSwift AES+Foundation.swift
[15/128] Compiling CryptoSwift Array+Foundation.swift
[16/128] Compiling CryptoSwift Blowfish+Foundation.swift
[17/128] Compiling CryptoSwift ChaCha20+Foundation.swift
[18/128] Compiling CryptoSwift Data+Extension.swift
[19/128] Compiling CryptoSwift HMAC+Foundation.swift
[20/128] Compiling CryptoSwift Rabbit+Foundation.swift
[21/128] Compiling CryptoSwift String+FoundationExtension.swift
[22/130] Compiling CryptoSwift BlockModeOptions.swift
[23/130] Compiling CryptoSwift CBC.swift
[24/130] Compiling CryptoSwift CCM.swift
[25/141] Compiling CryptoSwift AEAD.swift
[26/141] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[27/141] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[28/142] Compiling CryptoSwift ASN1.swift
[29/142] Compiling CryptoSwift ASN1Decoder.swift
[30/142] Compiling CryptoSwift ASN1Encoder.swift
[31/142] Compiling CryptoSwift AES.Cryptors.swift
[32/142] Compiling CryptoSwift AES.swift
[33/142] Emitting module Sodium
[34/142] Compiling CryptoSwift BlockDecryptor.swift
[35/142] Compiling CryptoSwift BlockEncryptor.swift
[36/142] Compiling CryptoSwift BlockMode.swift
[37/142] Compiling TypedJSON Value.swift
[38/142] Compiling TypedJSON JSON.swift
[39/142] Emitting module TypedJSON
[40/142] Compiling TypedJSON Container.swift
[41/142] Compiling CryptoSwift Utils+Foundation.swift
[42/142] Compiling CryptoSwift XChaCha20+Foundation.swift
[43/142] Compiling CryptoSwift Generics.swift
[44/142] Compiling CryptoSwift HKDF.swift
[45/142] Compiling CryptoSwift HMAC.swift
[46/142] Compiling CryptoSwift ISO10126Padding.swift
[47/142] Compiling CryptoSwift ISO78164Padding.swift
[48/142] Compiling CryptoSwift Int+Extension.swift
[49/142] Compiling CryptoSwift MD5.swift
[50/142] Compiling CryptoSwift NoPadding.swift
[51/142] Compiling CryptoSwift Operators.swift
[52/142] Compiling CryptoSwift DER.swift
[53/142] Compiling CryptoSwift PBKDF1.swift
[54/142] Compiling CryptoSwift PBKDF2.swift
[55/142] Compiling Sodium Utils.swift
[56/142] Compiling Sodium Version.swift
[57/142] Compiling CryptoSwift CBCMAC.swift
[58/142] Compiling CryptoSwift CMAC.swift
[59/142] Compiling CryptoSwift Addition.swift
[60/142] Compiling CryptoSwift BigInt.swift
[61/142] Compiling CryptoSwift BigUInt.swift
[62/142] Compiling CryptoSwift Bitwise Ops.swift
[63/142] Compiling CryptoSwift CS.swift
[64/142] Compiling CryptoSwift Codable.swift
[65/142] Compiling CryptoSwift Comparable.swift
[66/142] Compiling CryptoSwift Data Conversion.swift
[67/142] Compiling CryptoSwift Division.swift
[68/142] Compiling CryptoSwift Exponentiation.swift
[69/142] Compiling CryptoSwift Floating Point Conversion.swift
[70/142] Compiling CryptoSwift GCD.swift
[71/142] Emitting module CryptoSwift
[72/142] Compiling CryptoSwift Hashable.swift
[73/142] Compiling CryptoSwift Integer Conversion.swift
[74/142] Compiling CryptoSwift Multiplication.swift
[75/142] Compiling CryptoSwift Prime Test.swift
[76/142] Compiling CryptoSwift Random.swift
[77/142] Compiling CryptoSwift Shifts.swift
[78/142] Compiling CryptoSwift Square Root.swift
[79/142] Compiling CryptoSwift Strideable.swift
[80/142] Compiling CryptoSwift String Conversion.swift
[81/142] Compiling CryptoSwift Subtraction.swift
[82/142] Compiling CryptoSwift Words and Bits.swift
[83/142] Compiling CryptoSwift ChaCha20.swift
[84/142] Compiling CryptoSwift Checksum.swift
[85/142] Compiling CryptoSwift Cipher.swift
[86/142] Compiling CryptoSwift SecureBytes.swift
[87/142] Compiling CryptoSwift Signature.swift
[88/142] Compiling CryptoSwift StreamDecryptor.swift
[89/142] Compiling CryptoSwift StreamEncryptor.swift
[90/142] Compiling CryptoSwift String+Extension.swift
[91/142] Compiling CryptoSwift UInt128.swift
[92/142] Compiling CryptoSwift UInt16+Extension.swift
[93/142] Compiling CryptoSwift UInt32+Extension.swift
[94/142] Compiling CryptoSwift UInt64+Extension.swift
[95/142] Compiling CryptoSwift UInt8+Extension.swift
[96/142] Compiling CryptoSwift Updatable.swift
[97/142] Compiling CryptoSwift Utils.swift
[98/142] Compiling CryptoSwift XChaCha20.swift
[99/142] Compiling CryptoSwift ZeroPadding.swift
[107/142] Compiling CryptoSwift CipherModeWorker.swift
[108/142] Compiling CryptoSwift ECB.swift
[109/142] Compiling CryptoSwift GCM.swift
[110/142] Compiling CryptoSwift OCB.swift
[111/142] Compiling CryptoSwift OFB.swift
[112/142] Compiling CryptoSwift PCBC.swift
[113/142] Compiling CryptoSwift Blowfish.swift
[129/142] Compiling CryptoSwift PKCS1v15.swift
[130/142] Compiling CryptoSwift PKCS5.swift
[131/142] Compiling CryptoSwift PKCS7.swift
[132/142] Compiling CryptoSwift PKCS7Padding.swift
[133/142] Compiling CryptoSwift Padding.swift
[134/142] Compiling CryptoSwift Poly1305.swift
[135/142] Compiling CryptoSwift RSA+Cipher.swift
[136/142] Compiling CryptoSwift RSA+Signature.swift
[137/142] Compiling CryptoSwift RSA.swift
[138/142] Compiling CryptoSwift Rabbit.swift
[139/142] Compiling CryptoSwift SHA1.swift
[140/142] Compiling CryptoSwift SHA2.swift
[141/142] Compiling CryptoSwift SHA3.swift
[142/142] Compiling CryptoSwift Scrypt.swift
[143/196] Compiling Paseto V4PublicAsymmetricSecretKey.swift
[144/196] Compiling Paseto V4PublicPayload.swift
[145/196] Compiling Paseto V4Local.swift
[146/196] Compiling Paseto V4Public.swift
[147/196] Compiling Paseto AsymmetricPublicKey.swift
[148/196] Compiling Paseto AsymmetricSecretKey.swift
[149/196] Compiling Paseto Key.swift
[150/196] Compiling Paseto BytesRepresentable.swift
[151/196] Compiling Paseto ArraySlice.swift
[152/196] Compiling Paseto Bytes.swift
[153/196] Compiling Paseto Data+Extension.swift
[154/196] Compiling Paseto String+Extension.swift
[155/196] Compiling Paseto Header.swift
[156/196] Compiling Paseto Module.swift
[157/196] Compiling Paseto Version.swift
[158/196] Emitting module Paseto
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[159/203] Compiling Paseto SymmetricKey.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[160/203] Compiling Paseto Message.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[161/203] Compiling Paseto Package.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[162/203] Compiling Paseto Parser.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[163/203] Compiling Paseto Payload.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[164/203] Compiling Paseto Purpose.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[165/203] Compiling Paseto BaseLocal.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BaseLocal.swift:1:17: warning: protocol 'BaseLocal' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BaseLocal: Paseto.Local where Local == Self {}
                ^
[166/203] Compiling Paseto Version1.swift
[167/203] Compiling Paseto V1LocalPayload.swift
[168/203] Compiling Paseto V1LocalSymmetricKey.swift
[169/203] Compiling Paseto V1Local.swift
[170/203] Compiling Paseto Version2.swift
[171/203] Compiling Paseto V2LocalPayload.swift
[172/203] Compiling Paseto V2LocalSymmetricKey.swift
[173/203] Compiling Paseto V2PublicAsymmetricPublicKey.swift
[174/203] Compiling Paseto V3PublicAsymmetricSecretKey.swift
[175/203] Compiling Paseto V3PublicPayload.swift
[176/203] Compiling Paseto V3Local.swift
[177/203] Compiling Paseto V3Public.swift
[178/203] Compiling Paseto Version4.swift
[179/203] Compiling Paseto V4LocalPayload.swift
[180/203] Compiling Paseto V4LocalSymmetricKey.swift
[181/203] Compiling Paseto V4PublicAsymmetricPublicKey.swift
[182/203] Compiling Paseto BasePublic.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[183/203] Compiling Paseto DeferredLocal.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[184/203] Compiling Paseto DeferredPublic.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[185/203] Compiling Paseto Local.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[186/203] Compiling Paseto NonThrowingLocalEncrypt.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[187/203] Compiling Paseto NonThrowingPublicSign.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[188/203] Compiling Paseto Public.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Paseto/Purposes/Base/BasePublic.swift:1:17: warning: protocol 'BasePublic' should be declared to refine 'Module' due to a same-type constraint on 'Self'
public protocol BasePublic: Paseto.Public where Public == Self {}
                ^
[189/203] Compiling Paseto V2PublicAsymmetricSecretKey.swift
[190/203] Compiling Paseto V2PublicPayload.swift
[191/203] Compiling Paseto V2Local.swift
[192/203] Compiling Paseto V2Public.swift
[193/203] Compiling Paseto Version3.swift
[194/203] Compiling Paseto V3LocalPayload.swift
[195/203] Compiling Paseto V3LocalSymmetricKey.swift
[196/203] Compiling Paseto V3PublicAsymmetricPublicKey.swift
[197/203] Compiling Paseto Rules.swift
[198/203] Compiling Paseto Sodium.swift
[199/203] Compiling Paseto Aead.swift
[200/203] Compiling Paseto XChaCha20.swift
[201/203] Compiling Paseto String.swift
[202/203] Compiling Paseto Token.swift
[203/203] Compiling Paseto Util.swift
Build complete! (16.04s)
Build complete.
Done.