The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Hash, reference 1.4.0 (945a78), with Swift 6.1 for Wasm on 27 May 2025 06:19:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidskrundz/hash.git
Reference: 1.4.0
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/davidskrundz/hash
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 945a78a Swift 4.2
Cloned https://github.com/davidskrundz/hash.git
Revision (git rev-parse @):
945a78a4c2eff97ec09c077f1586dfaef2eb9932
SUCCESS checkout https://github.com/davidskrundz/hash.git at 1.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davidskrundz/hash.git
https://github.com/davidskrundz/hash.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "math",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DavidSkrundz/Math.git"
    }
  ],
  "manifest_display_name" : "Hash",
  "name" : "Hash",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Hash",
      "targets" : [
        "Hash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sHash",
      "targets" : [
        "Hash"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "dHash",
      "targets" : [
        "Hash"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HashTests",
      "module_type" : "SwiftTarget",
      "name" : "HashTests",
      "path" : "Tests/HashTests",
      "sources" : [
        "MD2Tests.swift",
        "MD4Tests.swift",
        "MD5Tests.swift",
        "SHA0Tests.swift",
        "SHA1Tests.swift",
        "SHA2_224Tests.swift",
        "SHA2_256Tests.swift",
        "SHA2_384Tests.swift",
        "SHA2_512Tests.swift",
        "SHA3_224Tests.swift",
        "SHA3_256Tests.swift",
        "SHA3_384Tests.swift",
        "SHA3_512Tests.swift",
        "TestCount.swift"
      ],
      "target_dependencies" : [
        "Hash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hash",
      "module_type" : "SwiftTarget",
      "name" : "Hash",
      "path" : "Sources/Hash",
      "product_dependencies" : [
        "Math"
      ],
      "product_memberships" : [
        "Hash",
        "sHash",
        "dHash"
      ],
      "sources" : [
        "ByteBuffer.swift",
        "Hash.swift",
        "Hashing.swift",
        "MD/MD.swift",
        "MD/MD2.swift",
        "MD/MD4.swift",
        "MD/MD5.swift",
        "SHA/SHA0.swift",
        "SHA/SHA1.swift",
        "SHA/SHA2.swift",
        "SHA/SHA3.swift",
        "SHA/sha224.swift",
        "SHA/sha256.swift",
        "SHA/sha384.swift",
        "SHA/sha512.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
373b631561ff: Pulling fs layer
373b631561ff: Verifying Checksum
373b631561ff: Download complete
373b631561ff: Pull complete
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/DavidSkrundz/Math.git
[1/281] Fetching math
Fetched https://github.com/DavidSkrundz/Math.git from cache (0.22s)
Computing version for https://github.com/DavidSkrundz/Math.git
Computed https://github.com/DavidSkrundz/Math.git at 1.3.0 (0.79s)
Creating working copy for https://github.com/DavidSkrundz/Math.git
Working copy of https://github.com/DavidSkrundz/Math.git resolved at 1.3.0
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling Math FixedWidthInteger+Bytes.swift
[5/17] Compiling Math BinaryInteger+Modulo.swift
[6/17] Compiling Math Array+ByteArray.swift
[7/17] Compiling Math BinaryInteger+BitRotate.swift
[8/17] Compiling Math BitRotate.swift
[9/17] Compiling Math Array+BitPacking.swift
[10/17] Emitting module Math
[11/17] Compiling Math FixedWidthInteger+ModularArithmetic.swift
[12/18] Wrapping AST for Math for debugging
[14/33] Compiling Hash sha256.swift
/host/spi-builder-workspace/Sources/Hash/SHA/sha256.swift:25:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | 	}
24 |
25 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | 		0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a,
27 | 		0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19
/host/spi-builder-workspace/Sources/Hash/SHA/sha256.swift:34:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | 	public static let sha3_blockSize = 136
33 | 	public static let sha3_hashByteCount = 256 / 8
34 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
/host/spi-builder-workspace/Sources/Hash/SHA/sha384.swift:49:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | 	]
48 |
49 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | 		0xcbbb9d5dc1059ed8, 0x629a292a367cd507, 0x9159015a3070dd17,
51 | 		0x152fecd8f70e5939, 0x67332667ffc00b31, 0x8eb44a8768581511,
/host/spi-builder-workspace/Sources/Hash/SHA/sha384.swift:59:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 | 	public static let sha3_blockSize = 104
58 | 	public static let sha3_hashByteCount = 384 / 8
59 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 | }
61 |
[15/33] Compiling Hash sha384.swift
/host/spi-builder-workspace/Sources/Hash/SHA/sha256.swift:25:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | 	}
24 |
25 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | 		0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a,
27 | 		0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19
/host/spi-builder-workspace/Sources/Hash/SHA/sha256.swift:34:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | 	public static let sha3_blockSize = 136
33 | 	public static let sha3_hashByteCount = 256 / 8
34 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
/host/spi-builder-workspace/Sources/Hash/SHA/sha384.swift:49:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | 	]
48 |
49 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | 		0xcbbb9d5dc1059ed8, 0x629a292a367cd507, 0x9159015a3070dd17,
51 | 		0x152fecd8f70e5939, 0x67332667ffc00b31, 0x8eb44a8768581511,
/host/spi-builder-workspace/Sources/Hash/SHA/sha384.swift:59:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 | 	public static let sha3_blockSize = 104
58 | 	public static let sha3_hashByteCount = 384 / 8
59 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 | }
61 |
[16/34] Compiling Hash Hashing.swift
[17/34] Compiling Hash MD.swift
[18/34] Emitting module Hash
/host/spi-builder-workspace/Sources/Hash/MD/MD4.swift:9:22: warning: static property 'digestLoopCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | public struct MD4: MD {
 9 | 	internal static var digestLoopCount = 3
   |                      |- warning: static property 'digestLoopCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'digestLoopCount' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: add '@MainActor' to make static property 'digestLoopCount' part of global actor 'MainActor'
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | 	private static let _BlockIndex = [
/host/spi-builder-workspace/Sources/Hash/SHA/sha224.swift:38:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 | 	]
37 |
38 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | 		0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,
40 | 		0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4
/host/spi-builder-workspace/Sources/Hash/SHA/sha224.swift:47:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | 	public static let sha3_blockSize = 144
46 | 	public static let sha3_hashByteCount = 224 / 8
47 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/Hash/SHA/sha256.swift:25:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | 	}
24 |
25 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | 		0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a,
27 | 		0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19
/host/spi-builder-workspace/Sources/Hash/SHA/sha256.swift:34:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | 	public static let sha3_blockSize = 136
33 | 	public static let sha3_hashByteCount = 256 / 8
34 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
/host/spi-builder-workspace/Sources/Hash/SHA/sha384.swift:49:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | 	]
48 |
49 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | 		0xcbbb9d5dc1059ed8, 0x629a292a367cd507, 0x9159015a3070dd17,
51 | 		0x152fecd8f70e5939, 0x67332667ffc00b31, 0x8eb44a8768581511,
/host/spi-builder-workspace/Sources/Hash/SHA/sha384.swift:59:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 | 	public static let sha3_blockSize = 104
58 | 	public static let sha3_hashByteCount = 384 / 8
59 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 | }
61 |
/host/spi-builder-workspace/Sources/Hash/SHA/sha512.swift:21:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | 	public static let sha2_constant = sha384.sha2_constant
20 |
21 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | 		0x6a09e667f3bcc908, 0xbb67ae8584caa73b, 0x3c6ef372fe94f82b,
23 | 		0xa54ff53a5f1d36f1, 0x510e527fade682d1, 0x9b05688c2b3e6c1f,
/host/spi-builder-workspace/Sources/Hash/SHA/sha512.swift:31:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | 	public static let sha3_blockSize = 72
30 | 	public static let sha3_hashByteCount = 512 / 8
31 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | }
33 |
[19/34] Compiling Hash MD2.swift
/host/spi-builder-workspace/Sources/Hash/MD/MD4.swift:9:22: warning: static property 'digestLoopCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | public struct MD4: MD {
 9 | 	internal static var digestLoopCount = 3
   |                      |- warning: static property 'digestLoopCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'digestLoopCount' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: add '@MainActor' to make static property 'digestLoopCount' part of global actor 'MainActor'
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | 	private static let _BlockIndex = [
[20/34] Compiling Hash MD4.swift
/host/spi-builder-workspace/Sources/Hash/MD/MD4.swift:9:22: warning: static property 'digestLoopCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | public struct MD4: MD {
 9 | 	internal static var digestLoopCount = 3
   |                      |- warning: static property 'digestLoopCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'digestLoopCount' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: add '@MainActor' to make static property 'digestLoopCount' part of global actor 'MainActor'
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | 	private static let _BlockIndex = [
[21/34] Compiling Hash ByteBuffer.swift
[22/34] Compiling Hash Hash.swift
[23/34] Compiling Hash sha512.swift
/host/spi-builder-workspace/Sources/Hash/SHA/sha512.swift:21:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | 	public static let sha2_constant = sha384.sha2_constant
20 |
21 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | 		0x6a09e667f3bcc908, 0xbb67ae8584caa73b, 0x3c6ef372fe94f82b,
23 | 		0xa54ff53a5f1d36f1, 0x510e527fade682d1, 0x9b05688c2b3e6c1f,
/host/spi-builder-workspace/Sources/Hash/SHA/sha512.swift:31:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | 	public static let sha3_blockSize = 72
30 | 	public static let sha3_hashByteCount = 512 / 8
31 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | }
33 |
[24/34] Compiling Hash SHA3.swift
/host/spi-builder-workspace/Sources/Hash/SHA/sha224.swift:38:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 | 	]
37 |
38 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | 		0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,
40 | 		0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4
/host/spi-builder-workspace/Sources/Hash/SHA/sha224.swift:47:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | 	public static let sha3_blockSize = 144
46 | 	public static let sha3_hashByteCount = 224 / 8
47 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
[25/34] Compiling Hash sha224.swift
/host/spi-builder-workspace/Sources/Hash/SHA/sha224.swift:38:20: warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 | 	]
37 |
38 | 	public static var sha2_initialDigest: [Data] = [
   |                    |- warning: static property 'sha2_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha2_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha2_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | 		0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,
40 | 		0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4
/host/spi-builder-workspace/Sources/Hash/SHA/sha224.swift:47:20: warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | 	public static let sha3_blockSize = 144
46 | 	public static let sha3_hashByteCount = 224 / 8
47 | 	public static var sha3_initialDigest = [UInt64](repeating: 0, count: 25)
   |                    |- warning: static property 'sha3_initialDigest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'sha3_initialDigest' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'sha3_initialDigest' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
[26/34] Compiling Hash MD5.swift
[27/34] Compiling Hash SHA0.swift
[28/34] Compiling Hash SHA1.swift
[29/34] Compiling Hash SHA2.swift
[30/35] Wrapping AST for Hash for debugging
[31/35] Write Objects.LinkFileList
[33/35] Archiving libsHash.a
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[34/35] Linking libdHash.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling Math BinaryInteger+Modulo.swift
[3/14] Compiling Math BinaryInteger+BitRotate.swift
[4/14] Compiling Math Array+ByteArray.swift
[5/14] Compiling Math BitRotate.swift
[6/14] Emitting module Math
[7/14] Compiling Math Array+BitPacking.swift
[8/14] Compiling Math FixedWidthInteger+ModularArithmetic.swift
[9/14] Compiling Math FixedWidthInteger+Bytes.swift
[11/29] Compiling Hash sha256.swift
[12/29] Compiling Hash sha384.swift
[13/30] Compiling Hash sha512.swift
[14/30] Compiling Hash SHA3.swift
[15/30] Compiling Hash sha224.swift
[16/30] Compiling Hash MD2.swift
[17/30] Compiling Hash MD4.swift
[18/30] Compiling Hash Hashing.swift
[19/30] Compiling Hash MD.swift
[20/30] Compiling Hash MD5.swift
[21/30] Compiling Hash SHA0.swift
[22/30] Compiling Hash ByteBuffer.swift
[23/30] Compiling Hash Hash.swift
[24/30] Emitting module Hash
[25/30] Compiling Hash SHA1.swift
[26/30] Compiling Hash SHA2.swift
[27/31] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[29/31] Linking libdHash.wasm
[29/31] Archiving libsHash.a
BUILD FAILURE 6.1 wasm