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 EmbeddedProvision, reference main (7821d6), with Swift 6.1 for Linux on 29 Apr 2025 17:48:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/magicbell/embedded-provision.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/magicbell/embedded-provision
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7821d66 Merge pull request #12 from magicbell/example-updates
Cloned https://github.com/magicbell/embedded-provision.git
Revision (git rev-parse @):
7821d661849070850144e7c3b47c6ec526c4712a
SUCCESS checkout https://github.com/magicbell/embedded-provision.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/magicbell/embedded-provision.git
https://github.com/magicbell/embedded-provision.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asn1decoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/filom/ASN1Decoder"
    }
  ],
  "manifest_display_name" : "EmbeddedProvision",
  "name" : "EmbeddedProvision",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "EmbeddedProvision",
      "targets" : [
        "EmbeddedProvision"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmbeddedProvisionTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedProvisionTests",
      "path" : "Tests",
      "product_dependencies" : [
        "ASN1Decoder"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/embedded.mobileprovision",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Testing.swift",
        "EmbeddedProvisionTests.swift"
      ],
      "target_dependencies" : [
        "EmbeddedProvision"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbeddedProvision",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedProvision",
      "path" : "Source",
      "product_dependencies" : [
        "ASN1Decoder"
      ],
      "product_memberships" : [
        "EmbeddedProvision"
      ],
      "sources" : [
        "APSEnvironment.swift",
        "EmbeddedProvision.swift",
        "Entitlements.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/filom/ASN1Decoder
[1/757] Fetching asn1decoder
Fetched https://github.com/filom/ASN1Decoder from cache (0.24s)
Computing version for https://github.com/filom/ASN1Decoder
Computed https://github.com/filom/ASN1Decoder at 1.10.0 (0.82s)
Creating working copy for https://github.com/filom/ASN1Decoder
Working copy of https://github.com/filom/ASN1Decoder resolved at 1.10.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling ASN1Decoder PKCS7.swift
[5/17] Compiling ASN1Decoder PKCS7_AppleReceipt.swift
[6/18] Compiling ASN1Decoder ASN1Object.swift
[7/18] Compiling ASN1Decoder OID.swift
[8/18] Compiling ASN1Decoder ASN1Decoder.swift
[9/18] Compiling ASN1Decoder ASN1DistinguishedNames.swift
[10/18] Emitting module ASN1Decoder
[11/18] Compiling ASN1Decoder ASN1Encoder.swift
[12/18] Compiling ASN1Decoder ASN1Identifier.swift
[13/18] Compiling ASN1Decoder PKCS7_Signature.swift
[14/18] Compiling ASN1Decoder X509Certificate.swift
[15/18] Compiling ASN1Decoder X509ExtensionClasses.swift
[16/18] Compiling ASN1Decoder X509Extension.swift
[17/18] Compiling ASN1Decoder X509ExtensionAltName.swift
[18/18] Compiling ASN1Decoder X509PublicKey.swift
[20/23] Emitting module EmbeddedProvision
[21/23] Compiling EmbeddedProvision Entitlements.swift
[22/23] Compiling EmbeddedProvision APSEnvironment.swift
[23/23] Compiling EmbeddedProvision EmbeddedProvision.swift
Build complete! (9.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asn1decoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/filom/ASN1Decoder"
    }
  ],
  "manifest_display_name" : "EmbeddedProvision",
  "name" : "EmbeddedProvision",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "EmbeddedProvision",
      "targets" : [
        "EmbeddedProvision"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmbeddedProvisionTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedProvisionTests",
      "path" : "Tests",
      "product_dependencies" : [
        "ASN1Decoder"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/embedded.mobileprovision",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Testing.swift",
        "EmbeddedProvisionTests.swift"
      ],
      "target_dependencies" : [
        "EmbeddedProvision"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbeddedProvision",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedProvision",
      "path" : "Source",
      "product_dependencies" : [
        "ASN1Decoder"
      ],
      "product_memberships" : [
        "EmbeddedProvision"
      ],
      "sources" : [
        "APSEnvironment.swift",
        "EmbeddedProvision.swift",
        "Entitlements.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.