The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PositionalDateComponentsFormatter, reference v1.0.1 (99e406), with Swift 6.1 for Wasm on 28 May 2025 12:20:47 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrAsterisco/PositionalDateComponentsFormatter.git
Reference: v1.0.1
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/MrAsterisco/PositionalDateComponentsFormatter
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 99e406c Merge pull request #2 from MrAsterisco/1-infinite-recursion-when-invoking-stringfor-with-a-timeinterval
Cloned https://github.com/MrAsterisco/PositionalDateComponentsFormatter.git
Revision (git rev-parse @):
99e406cadb1f05775455cac5d0dd73857035ac19
SUCCESS checkout https://github.com/MrAsterisco/PositionalDateComponentsFormatter.git at v1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MrAsterisco/PositionalDateComponentsFormatter.git
https://github.com/MrAsterisco/PositionalDateComponentsFormatter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PositionalDateComponentsFormatter",
  "name" : "PositionalDateComponentsFormatter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "PositionalDateComponentsFormatter",
      "targets" : [
        "PositionalDateComponentsFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PositionalDateComponentsFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "PositionalDateComponentsFormatterTests",
      "path" : "Tests/PositionalDateComponentsFormatterTests",
      "sources" : [
        "DateComponentsTests.swift",
        "DateTests.swift",
        "MeasurementTests.swift",
        "TimeIntervalTests.swift",
        "TypeDeciderTests.swift"
      ],
      "target_dependencies" : [
        "PositionalDateComponentsFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PositionalDateComponentsFormatter",
      "module_type" : "SwiftTarget",
      "name" : "PositionalDateComponentsFormatter",
      "path" : "Sources/PositionalDateComponentsFormatter",
      "product_memberships" : [
        "PositionalDateComponentsFormatter"
      ],
      "sources" : [
        "PositionalDateComponentsFormatter+Date.swift",
        "PositionalDateComponentsFormatter+DateComponents.swift",
        "PositionalDateComponentsFormatter+Measurement.swift",
        "PositionalDateComponentsFormatter+Output.swift",
        "PositionalDateComponentsFormatter+TimeInterval.swift",
        "PositionalDateComponentsFormatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling PositionalDateComponentsFormatter PositionalDateComponentsFormatter+Output.swift
[4/9] Compiling PositionalDateComponentsFormatter PositionalDateComponentsFormatter+Measurement.swift
[5/9] Compiling PositionalDateComponentsFormatter PositionalDateComponentsFormatter+TimeInterval.swift
[6/9] Compiling PositionalDateComponentsFormatter PositionalDateComponentsFormatter.swift
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
  8 |     public static let `default` = Self(rawValue: 1 << 0)
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |
 10 |     /// The drop leading zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:13:23: warning: static property 'dropLeading' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 11 |     /// All units that are zero will be dropped starting from the left until one
 12 |     /// with a value higher than zero is found.
 13 |     public static let dropLeading = Self(rawValue: 1 << 1)
    |                       |- warning: static property 'dropLeading' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropLeading' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |
 15 |     /// The drop trailing zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:18:23: warning: static property 'dropTrailing' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 16 |     /// All units that are zero will be dropped starting from the right until
 17 |     /// one with a value higher than zero is found.
 18 |     public static let dropTrailing = Self(rawValue: 1 << 2)
    |                       |- warning: static property 'dropTrailing' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropTrailing' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |
 20 |     /// The drop all zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:22:23: warning: static property 'dropAll' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 20 |     /// The drop all zeroes formatting behavior.
 21 |     /// All units whose value is zero will be dropped.
 22 |     public static let dropAll = Self(rawValue: 1 << 3)
    |                       |- warning: static property 'dropAll' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropAll' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 |     /// The drop no zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:26:23: warning: static property 'dropNone' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 24 |     /// The drop no zeroes formatting behavior.
 25 |     /// Units whose value is zero will be kept.
 26 |     public static let dropNone = Self(rawValue: 1 << 4)
    |                       |- warning: static property 'dropNone' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropNone' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |     /// The add padding zeroes behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:32:23: warning: static property 'pad' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 30 |     /// having at least 2 digits. For example, if the unit is `3`, it will be padded to
 31 |     /// `03`, but if the unit is `35`, it will remain as such.
 32 |     public static let pad = Self(rawValue: 1 << 5)
    |                       |- warning: static property 'pad' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pad' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     public var rawValue: Int
[7/9] Emitting module PositionalDateComponentsFormatter
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
  8 |     public static let `default` = Self(rawValue: 1 << 0)
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |
 10 |     /// The drop leading zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:13:23: warning: static property 'dropLeading' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 11 |     /// All units that are zero will be dropped starting from the left until one
 12 |     /// with a value higher than zero is found.
 13 |     public static let dropLeading = Self(rawValue: 1 << 1)
    |                       |- warning: static property 'dropLeading' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropLeading' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |
 15 |     /// The drop trailing zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:18:23: warning: static property 'dropTrailing' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 16 |     /// All units that are zero will be dropped starting from the right until
 17 |     /// one with a value higher than zero is found.
 18 |     public static let dropTrailing = Self(rawValue: 1 << 2)
    |                       |- warning: static property 'dropTrailing' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropTrailing' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |
 20 |     /// The drop all zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:22:23: warning: static property 'dropAll' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 20 |     /// The drop all zeroes formatting behavior.
 21 |     /// All units whose value is zero will be dropped.
 22 |     public static let dropAll = Self(rawValue: 1 << 3)
    |                       |- warning: static property 'dropAll' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropAll' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 |     /// The drop no zeroes formatting behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:26:23: warning: static property 'dropNone' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 24 |     /// The drop no zeroes formatting behavior.
 25 |     /// Units whose value is zero will be kept.
 26 |     public static let dropNone = Self(rawValue: 1 << 4)
    |                       |- warning: static property 'dropNone' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dropNone' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |     /// The add padding zeroes behavior.
/host/spi-builder-workspace/Sources/PositionalDateComponentsFormatter/PositionalDateComponentsFormatter.swift:32:23: warning: static property 'pad' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public extension PositionalDateComponentsFormatter {
  4 |   /// Formatting constants for when values contain zeroes.
  5 |   struct ZeroFormattingBehavior: OptionSet {
    |          `- note: consider making struct 'ZeroFormattingBehavior' conform to the 'Sendable' protocol
  6 |     /// The default formatting behavior.
  7 |     /// This option corresponds to setting `dropLeading` and `pad`.
    :
 30 |     /// having at least 2 digits. For example, if the unit is `3`, it will be padded to
 31 |     /// `03`, but if the unit is `35`, it will remain as such.
 32 |     public static let pad = Self(rawValue: 1 << 5)
    |                       |- warning: static property 'pad' is not concurrency-safe because non-'Sendable' type 'PositionalDateComponentsFormatter.ZeroFormattingBehavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pad' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     public var rawValue: Int
[8/9] Compiling PositionalDateComponentsFormatter PositionalDateComponentsFormatter+Date.swift
[9/9] Compiling PositionalDateComponentsFormatter PositionalDateComponentsFormatter+DateComponents.swift
Build complete! (6.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PositionalDateComponentsFormatter",
  "name" : "PositionalDateComponentsFormatter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "PositionalDateComponentsFormatter",
      "targets" : [
        "PositionalDateComponentsFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PositionalDateComponentsFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "PositionalDateComponentsFormatterTests",
      "path" : "Tests/PositionalDateComponentsFormatterTests",
      "sources" : [
        "DateComponentsTests.swift",
        "DateTests.swift",
        "MeasurementTests.swift",
        "TimeIntervalTests.swift",
        "TypeDeciderTests.swift"
      ],
      "target_dependencies" : [
        "PositionalDateComponentsFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PositionalDateComponentsFormatter",
      "module_type" : "SwiftTarget",
      "name" : "PositionalDateComponentsFormatter",
      "path" : "Sources/PositionalDateComponentsFormatter",
      "product_memberships" : [
        "PositionalDateComponentsFormatter"
      ],
      "sources" : [
        "PositionalDateComponentsFormatter+Date.swift",
        "PositionalDateComponentsFormatter+DateComponents.swift",
        "PositionalDateComponentsFormatter+Measurement.swift",
        "PositionalDateComponentsFormatter+Output.swift",
        "PositionalDateComponentsFormatter+TimeInterval.swift",
        "PositionalDateComponentsFormatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.