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 JOSESwift, reference master (864d6a), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 11:16:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lukereichold/JOSESwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukereichold/JOSESwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 864d6a0 Add docs for RSAPrivateKey primitive properties.
Cloned https://github.com/lukereichold/JOSESwift.git
Revision (git rev-parse @):
864d6a014a4aa343dd47f3804f12b8a42a7b21eb
SUCCESS checkout https://github.com/lukereichold/JOSESwift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "joseswift",
      "name": "JOSESwift",
      "url": "https://github.com/lukereichold/JOSESwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JOSESwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lukereichold/JOSESwift.git
[1/2266] Fetching joseswift
Fetched https://github.com/lukereichold/JOSESwift.git from cache (1.05s)
Creating working copy for https://github.com/lukereichold/JOSESwift.git
Working copy of https://github.com/lukereichold/JOSESwift.git resolved at master (864d6a0)
warning: '.resolve-product-dependencies': dependency 'joseswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/lukereichold/JOSESwift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JOSESwift",
  "name" : "JOSESwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JOSESwift",
      "targets" : [
        "JOSESwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JOSESwift",
      "module_type" : "SwiftTarget",
      "name" : "JOSESwift",
      "path" : "JOSESwift",
      "product_memberships" : [
        "JOSESwift"
      ],
      "sources" : [
        "Sources/AESCBCEncryption.swift",
        "Sources/AESKeyWrappingMode.swift",
        "Sources/ASN1DEREncoding.swift",
        "Sources/ASN1DERParsing.swift",
        "Sources/AlgorithmExtensions.swift",
        "Sources/Algorithms.swift",
        "Sources/CompressionImplementation/DeflateWrapper.swift",
        "Sources/Compressor.swift",
        "Sources/ContentEncryption.swift",
        "Sources/CryptoImplementation/AES.swift",
        "Sources/CryptoImplementation/DataECPrivateKey.swift",
        "Sources/CryptoImplementation/DataECPublicKey.swift",
        "Sources/CryptoImplementation/DataRSAPrivateKey.swift",
        "Sources/CryptoImplementation/DataRSAPublicKey.swift",
        "Sources/CryptoImplementation/DataSymmetricKey.swift",
        "Sources/CryptoImplementation/EC.swift",
        "Sources/CryptoImplementation/HMAC.swift",
        "Sources/CryptoImplementation/RSA.swift",
        "Sources/CryptoImplementation/SecKeyECPrivateKey.swift",
        "Sources/CryptoImplementation/SecKeyECPublicKey.swift",
        "Sources/CryptoImplementation/SecKeyRSAPrivateKey.swift",
        "Sources/CryptoImplementation/SecKeyRSAPublicKey.swift",
        "Sources/CryptoImplementation/SecureRandom.swift",
        "Sources/CryptoImplementation/Thumbprint.swift",
        "Sources/DataConvertible.swift",
        "Sources/DataExtensions.swift",
        "Sources/Decrypter.swift",
        "Sources/Deserializer.swift",
        "Sources/DirectEncryptionMode.swift",
        "Sources/ECKeyCodable.swift",
        "Sources/ECKeys.swift",
        "Sources/ECSigner.swift",
        "Sources/ECVerifier.swift",
        "Sources/Encrypter.swift",
        "Sources/JOSEHeader.swift",
        "Sources/JOSESwiftError.swift",
        "Sources/JWE.swift",
        "Sources/JWEHeader.swift",
        "Sources/JWK.swift",
        "Sources/JWKExtensions.swift",
        "Sources/JWKParameters.swift",
        "Sources/JWKSet.swift",
        "Sources/JWKSetCodable.swift",
        "Sources/JWS.swift",
        "Sources/JWSHeader.swift",
        "Sources/KeyManagementMode.swift",
        "Sources/Payload.swift",
        "Sources/RSAKeyCodable.swift",
        "Sources/RSAKeyEncryptionMode.swift",
        "Sources/RSAKeys.swift",
        "Sources/RSASigner.swift",
        "Sources/RSAVerifier.swift",
        "Sources/Serializer.swift",
        "Sources/Signer.swift",
        "Sources/SymmetricKeyCodable.swift",
        "Sources/SymmetricKeys.swift",
        "Sources/Verifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/55] Emitting module JOSESwift
[4/60] Compiling JOSESwift Serializer.swift
[5/60] Compiling JOSESwift Signer.swift
[6/60] Compiling JOSESwift SymmetricKeyCodable.swift
[7/60] Compiling JOSESwift SymmetricKeys.swift
[8/60] Compiling JOSESwift Verifier.swift
[9/60] Compiling JOSESwift DeflateWrapper.swift
[10/60] Compiling JOSESwift Compressor.swift
[11/60] Compiling JOSESwift ContentEncryption.swift
[12/60] Compiling JOSESwift AES.swift
[13/60] Compiling JOSESwift DataECPrivateKey.swift
[14/60] Compiling JOSESwift DataECPublicKey.swift
[15/60] Compiling JOSESwift DataConvertible.swift
[16/60] Compiling JOSESwift DataExtensions.swift
[17/60] Compiling JOSESwift Decrypter.swift
[18/60] Compiling JOSESwift Deserializer.swift
[19/60] Compiling JOSESwift DirectEncryptionMode.swift
[20/60] Compiling JOSESwift ECKeyCodable.swift
[21/60] Compiling JOSESwift JWE.swift
[22/60] Compiling JOSESwift JWEHeader.swift
[23/60] Compiling JOSESwift JWK.swift
[24/60] Compiling JOSESwift JWKExtensions.swift
[25/60] Compiling JOSESwift JWKParameters.swift
[26/60] Compiling JOSESwift JWKSet.swift
[27/60] Compiling JOSESwift DataRSAPrivateKey.swift
[28/60] Compiling JOSESwift DataRSAPublicKey.swift
[29/60] Compiling JOSESwift DataSymmetricKey.swift
[30/60] Compiling JOSESwift EC.swift
[31/60] Compiling JOSESwift HMAC.swift
[32/60] Compiling JOSESwift RSA.swift
[33/60] Compiling JOSESwift RSAKeyCodable.swift
[34/60] Compiling JOSESwift RSAKeyEncryptionMode.swift
[35/60] Compiling JOSESwift RSAKeys.swift
[36/60] Compiling JOSESwift RSASigner.swift
[37/60] Compiling JOSESwift RSAVerifier.swift
[38/60] Compiling JOSESwift SecKeyECPrivateKey.swift
[39/60] Compiling JOSESwift SecKeyECPublicKey.swift
[40/60] Compiling JOSESwift SecKeyRSAPrivateKey.swift
[41/60] Compiling JOSESwift SecKeyRSAPublicKey.swift
[42/60] Compiling JOSESwift SecureRandom.swift
[43/60] Compiling JOSESwift Thumbprint.swift
[44/60] Compiling JOSESwift AESCBCEncryption.swift
[45/60] Compiling JOSESwift AESKeyWrappingMode.swift
[46/60] Compiling JOSESwift ASN1DEREncoding.swift
[47/60] Compiling JOSESwift ASN1DERParsing.swift
[48/60] Compiling JOSESwift AlgorithmExtensions.swift
[49/60] Compiling JOSESwift Algorithms.swift
[50/60] Compiling JOSESwift JWKSetCodable.swift
[51/60] Compiling JOSESwift JWS.swift
[52/60] Compiling JOSESwift JWSHeader.swift
[53/60] Compiling JOSESwift KeyManagementMode.swift
[54/60] Compiling JOSESwift Payload.swift
[55/60] Compiling JOSESwift ECKeys.swift
[56/60] Compiling JOSESwift ECSigner.swift
[57/60] Compiling JOSESwift ECVerifier.swift
[58/60] Compiling JOSESwift Encrypter.swift
[59/60] Compiling JOSESwift JOSEHeader.swift
[60/60] Compiling JOSESwift JOSESwiftError.swift
Build complete! (19.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JOSESwift",
  "name" : "JOSESwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JOSESwift",
      "targets" : [
        "JOSESwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JOSESwift",
      "module_type" : "SwiftTarget",
      "name" : "JOSESwift",
      "path" : "JOSESwift",
      "product_memberships" : [
        "JOSESwift"
      ],
      "sources" : [
        "Sources/AESCBCEncryption.swift",
        "Sources/AESKeyWrappingMode.swift",
        "Sources/ASN1DEREncoding.swift",
        "Sources/ASN1DERParsing.swift",
        "Sources/AlgorithmExtensions.swift",
        "Sources/Algorithms.swift",
        "Sources/CompressionImplementation/DeflateWrapper.swift",
        "Sources/Compressor.swift",
        "Sources/ContentEncryption.swift",
        "Sources/CryptoImplementation/AES.swift",
        "Sources/CryptoImplementation/DataECPrivateKey.swift",
        "Sources/CryptoImplementation/DataECPublicKey.swift",
        "Sources/CryptoImplementation/DataRSAPrivateKey.swift",
        "Sources/CryptoImplementation/DataRSAPublicKey.swift",
        "Sources/CryptoImplementation/DataSymmetricKey.swift",
        "Sources/CryptoImplementation/EC.swift",
        "Sources/CryptoImplementation/HMAC.swift",
        "Sources/CryptoImplementation/RSA.swift",
        "Sources/CryptoImplementation/SecKeyECPrivateKey.swift",
        "Sources/CryptoImplementation/SecKeyECPublicKey.swift",
        "Sources/CryptoImplementation/SecKeyRSAPrivateKey.swift",
        "Sources/CryptoImplementation/SecKeyRSAPublicKey.swift",
        "Sources/CryptoImplementation/SecureRandom.swift",
        "Sources/CryptoImplementation/Thumbprint.swift",
        "Sources/DataConvertible.swift",
        "Sources/DataExtensions.swift",
        "Sources/Decrypter.swift",
        "Sources/Deserializer.swift",
        "Sources/DirectEncryptionMode.swift",
        "Sources/ECKeyCodable.swift",
        "Sources/ECKeys.swift",
        "Sources/ECSigner.swift",
        "Sources/ECVerifier.swift",
        "Sources/Encrypter.swift",
        "Sources/JOSEHeader.swift",
        "Sources/JOSESwiftError.swift",
        "Sources/JWE.swift",
        "Sources/JWEHeader.swift",
        "Sources/JWK.swift",
        "Sources/JWKExtensions.swift",
        "Sources/JWKParameters.swift",
        "Sources/JWKSet.swift",
        "Sources/JWKSetCodable.swift",
        "Sources/JWS.swift",
        "Sources/JWSHeader.swift",
        "Sources/KeyManagementMode.swift",
        "Sources/Payload.swift",
        "Sources/RSAKeyCodable.swift",
        "Sources/RSAKeyEncryptionMode.swift",
        "Sources/RSAKeys.swift",
        "Sources/RSASigner.swift",
        "Sources/RSAVerifier.swift",
        "Sources/Serializer.swift",
        "Sources/Signer.swift",
        "Sources/SymmetricKeyCodable.swift",
        "Sources/SymmetricKeys.swift",
        "Sources/Verifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.