The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Runtime, reference 2.1.1 (61c977), with Swift 6.1 for Wasm on 29 May 2025 02:32:37 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/nerdsupremacist/Runtime.git
Reference: 2.1.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/nerdsupremacist/Runtime
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 61c9776 upped cocoapods version
Cloned https://github.com/nerdsupremacist/Runtime.git
Revision (git rev-parse @):
61c9776f47d2951bdc562486ad348e5e1ca2e180
SUCCESS checkout https://github.com/nerdsupremacist/Runtime.git at 2.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/Runtime.git
https://github.com/nerdsupremacist/Runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cruntime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/CRuntime.git"
    }
  ],
  "manifest_display_name" : "Runtime",
  "name" : "Runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Runtime",
      "targets" : [
        "Runtime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeTests",
      "path" : "Tests/RuntimeTests",
      "sources" : [
        "FactoryTests.swift",
        "GetSetClassTests.swift",
        "GetSetStructTests.swift",
        "LinuxMain.swift",
        "MetadataTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Runtime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Runtime",
      "module_type" : "SwiftTarget",
      "name" : "Runtime",
      "path" : "Sources/Runtime",
      "product_dependencies" : [
        "CRuntime"
      ],
      "product_memberships" : [
        "Runtime"
      ],
      "sources" : [
        "Factory/DefaultValue.swift",
        "Factory/Factory.swift",
        "Layouts/ClassHeader.swift",
        "Layouts/ClassMetadataLayout.swift",
        "Layouts/ClassTypeDescriptor.swift",
        "Layouts/EnumMetadataLayout.swift",
        "Layouts/EnumTypeDescriptor.swift",
        "Layouts/ExistentialContainter.swift",
        "Layouts/FieldDescriptor.swift",
        "Layouts/FunctionMetadataLayout.swift",
        "Layouts/MetadataLayoutType.swift",
        "Layouts/ProtocolDescriptor.swift",
        "Layouts/ProtocolMetadataLayout.swift",
        "Layouts/ProtocolTypeContainer.swift",
        "Layouts/StructMetadataLayout.swift",
        "Layouts/StructTypeDescriptor.swift",
        "Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Layouts/TupleMetadataLayout.swift",
        "Layouts/TypeDescriptor.swift",
        "Layouts/ValueWitnessTable.swift",
        "Metadata/ClassMetadata.swift",
        "Metadata/EnumMetadata.swift",
        "Metadata/FuntionMetadata.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataType.swift",
        "Metadata/NominalMetadataType.swift",
        "Metadata/ProtocolMetadata.swift",
        "Metadata/StructMetadata.swift",
        "Metadata/TupleMetadata.swift",
        "Models/Case.swift",
        "Models/Errors.swift",
        "Models/FunctionInfo.swift",
        "Models/Kind.swift",
        "Models/PropertyInfo.swift",
        "Models/TypeInfo.swift",
        "Models/TypeInfoConvertible.swift",
        "Pointers/Pointers.swift",
        "Pointers/RelativePointer.swift",
        "Pointers/RelativeVectorPointer.swift",
        "Pointers/Union.swift",
        "Pointers/Vector.swift",
        "Utilities/GettersSetters.swift",
        "Utilities/Pointer+Extensions.swift",
        "Utilities/RetainCounts.swift",
        "Utilities/String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Fetching https://github.com/wickwirew/CRuntime.git
[1/124] Fetching cruntime
Fetched https://github.com/wickwirew/CRuntime.git from cache (0.31s)
Computing version for https://github.com/wickwirew/CRuntime.git
Computed https://github.com/wickwirew/CRuntime.git at 2.1.2 (4.15s)
Creating working copy for https://github.com/wickwirew/CRuntime.git
Working copy of https://github.com/wickwirew/CRuntime.git resolved at 2.1.2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/43] Compiling Runtime Errors.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
   |          `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
28 |     case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
   |             `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 |     case `struct`
27 |     case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
   |          `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 |     case noPropertyNamed(name: String)
29 |     case unableToBuildType(type: Any.Type)
[4/43] Compiling Runtime FunctionInfo.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
   |          `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
28 |     case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
   |             `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 |     case `struct`
27 |     case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
   |          `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 |     case noPropertyNamed(name: String)
29 |     case unableToBuildType(type: Any.Type)
[5/43] Compiling Runtime Kind.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
   |          `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
28 |     case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
   |             `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 |     case `struct`
27 |     case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
   |          `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 |     case noPropertyNamed(name: String)
29 |     case unableToBuildType(type: Any.Type)
[6/43] Compiling Runtime PropertyInfo.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
   |          `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
28 |     case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
   |             `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 |     case `struct`
27 |     case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
   |          `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 |     case noPropertyNamed(name: String)
29 |     case unableToBuildType(type: Any.Type)
[7/43] Compiling Runtime TypeInfo.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
   |          `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
28 |     case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
   |             `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 |     case `struct`
27 |     case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
   |          `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 |     case noPropertyNamed(name: String)
29 |     case unableToBuildType(type: Any.Type)
[8/43] Compiling Runtime TypeDescriptor.swift
[9/43] Compiling Runtime ValueWitnessTable.swift
[10/43] Compiling Runtime ClassMetadata.swift
[11/43] Compiling Runtime EnumMetadata.swift
[12/43] Compiling Runtime FuntionMetadata.swift
[13/43] Compiling Runtime Metadata.swift
[14/48] Compiling Runtime EnumTypeDescriptor.swift
[15/48] Compiling Runtime ExistentialContainter.swift
[16/48] Compiling Runtime FieldDescriptor.swift
[17/48] Compiling Runtime FunctionMetadataLayout.swift
[18/48] Compiling Runtime MetadataLayoutType.swift
[19/48] Compiling Runtime ProtocolDescriptor.swift
[20/48] Compiling Runtime DefaultValue.swift
[21/48] Compiling Runtime Factory.swift
[22/48] Compiling Runtime ClassHeader.swift
[23/48] Compiling Runtime ClassMetadataLayout.swift
[24/48] Compiling Runtime ClassTypeDescriptor.swift
[25/48] Compiling Runtime EnumMetadataLayout.swift
[26/48] Emitting module Runtime
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
   |          `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
28 |     case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
   |             `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 |     case `struct`
27 |     case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 |     case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 |     case couldNotGetPointer(type: Any.Type, value: Any)
   |          `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 |     case noPropertyNamed(name: String)
29 |     case unableToBuildType(type: Any.Type)
[27/48] Compiling Runtime MetadataType.swift
[28/48] Compiling Runtime NominalMetadataType.swift
[29/48] Compiling Runtime ProtocolMetadata.swift
[30/48] Compiling Runtime StructMetadata.swift
[31/48] Compiling Runtime TupleMetadata.swift
[32/48] Compiling Runtime Case.swift
[33/48] Compiling Runtime TypeInfoConvertible.swift
[34/48] Compiling Runtime Pointers.swift
[35/48] Compiling Runtime RelativePointer.swift
[36/48] Compiling Runtime RelativeVectorPointer.swift
[37/48] Compiling Runtime Union.swift
[38/48] Compiling Runtime ProtocolMetadataLayout.swift
[39/48] Compiling Runtime ProtocolTypeContainer.swift
[40/48] Compiling Runtime StructMetadataLayout.swift
[41/48] Compiling Runtime StructTypeDescriptor.swift
[42/48] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[43/48] Compiling Runtime TupleMetadataLayout.swift
[44/48] Compiling Runtime Vector.swift
[45/48] Compiling Runtime GettersSetters.swift
[46/48] Compiling Runtime Pointer+Extensions.swift
[47/48] Compiling Runtime RetainCounts.swift
[48/48] Compiling Runtime String+Extensions.swift
Build complete! (16.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cruntime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/CRuntime.git"
    }
  ],
  "manifest_display_name" : "Runtime",
  "name" : "Runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Runtime",
      "targets" : [
        "Runtime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeTests",
      "path" : "Tests/RuntimeTests",
      "sources" : [
        "FactoryTests.swift",
        "GetSetClassTests.swift",
        "GetSetStructTests.swift",
        "LinuxMain.swift",
        "MetadataTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Runtime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Runtime",
      "module_type" : "SwiftTarget",
      "name" : "Runtime",
      "path" : "Sources/Runtime",
      "product_dependencies" : [
        "CRuntime"
      ],
      "product_memberships" : [
        "Runtime"
      ],
      "sources" : [
        "Factory/DefaultValue.swift",
        "Factory/Factory.swift",
        "Layouts/ClassHeader.swift",
        "Layouts/ClassMetadataLayout.swift",
        "Layouts/ClassTypeDescriptor.swift",
        "Layouts/EnumMetadataLayout.swift",
        "Layouts/EnumTypeDescriptor.swift",
        "Layouts/ExistentialContainter.swift",
        "Layouts/FieldDescriptor.swift",
        "Layouts/FunctionMetadataLayout.swift",
        "Layouts/MetadataLayoutType.swift",
        "Layouts/ProtocolDescriptor.swift",
        "Layouts/ProtocolMetadataLayout.swift",
        "Layouts/ProtocolTypeContainer.swift",
        "Layouts/StructMetadataLayout.swift",
        "Layouts/StructTypeDescriptor.swift",
        "Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Layouts/TupleMetadataLayout.swift",
        "Layouts/TypeDescriptor.swift",
        "Layouts/ValueWitnessTable.swift",
        "Metadata/ClassMetadata.swift",
        "Metadata/EnumMetadata.swift",
        "Metadata/FuntionMetadata.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataType.swift",
        "Metadata/NominalMetadataType.swift",
        "Metadata/ProtocolMetadata.swift",
        "Metadata/StructMetadata.swift",
        "Metadata/TupleMetadata.swift",
        "Models/Case.swift",
        "Models/Errors.swift",
        "Models/FunctionInfo.swift",
        "Models/Kind.swift",
        "Models/PropertyInfo.swift",
        "Models/TypeInfo.swift",
        "Models/TypeInfoConvertible.swift",
        "Pointers/Pointers.swift",
        "Pointers/RelativePointer.swift",
        "Pointers/RelativeVectorPointer.swift",
        "Pointers/Union.swift",
        "Pointers/Vector.swift",
        "Utilities/GettersSetters.swift",
        "Utilities/Pointer+Extensions.swift",
        "Utilities/RetainCounts.swift",
        "Utilities/String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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.