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

Successful build of swift-web-semantics, reference v0.4.0 (97d100), with Swift 6.1 for Wasm on 29 May 2025 11:59:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/taylorbswift/swift-web-semantics.git
Reference: v0.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/taylorbswift/swift-web-semantics
 * tag               v0.4.0     -> FETCH_HEAD
HEAD is now at 97d100a Update README.md
Cloned https://github.com/taylorbswift/swift-web-semantics.git
Revision (git rev-parse @):
97d100aa29a9b7649f7afc1f1be9fa293f668b29
SUCCESS checkout https://github.com/taylorbswift/swift-web-semantics.git at v0.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/taylorbswift/swift-web-semantics.git
https://github.com/taylorbswift/swift-web-semantics.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-hash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swift-hash.git"
    }
  ],
  "manifest_display_name" : "swift-web-semantics",
  "name" : "swift-web-semantics",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MIME",
      "targets" : [
        "MIME"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebResponse",
      "targets" : [
        "WebResponse"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebSemantics",
      "targets" : [
        "WebSemantics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSemantics",
      "module_type" : "SwiftTarget",
      "name" : "WebSemantics",
      "path" : "Sources/WebSemantics",
      "product_memberships" : [
        "WebSemantics"
      ],
      "sources" : [
        "WebService.swift"
      ],
      "target_dependencies" : [
        "WebResponse"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebResponse",
      "module_type" : "SwiftTarget",
      "name" : "WebResponse",
      "path" : "Sources/WebResponse",
      "product_dependencies" : [
        "SHA2"
      ],
      "product_memberships" : [
        "WebResponse",
        "WebSemantics"
      ],
      "sources" : [
        "SHA2.swift",
        "WebResponse.Payload.swift",
        "WebResponse.swift"
      ],
      "target_dependencies" : [
        "MIME"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MIME",
      "module_type" : "SwiftTarget",
      "name" : "MIME",
      "path" : "Sources/MIME",
      "product_memberships" : [
        "MIME",
        "WebResponse",
        "WebSemantics"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/kelvin13/swift-hash.git
[1/868] Fetching swift-hash
Fetched https://github.com/kelvin13/swift-hash.git from cache (0.76s)
Computing version for https://github.com/kelvin13/swift-hash.git
Computed https://github.com/kelvin13/swift-hash.git at 0.7.1 (1.40s)
Creating working copy for https://github.com/kelvin13/swift-hash.git
Working copy of https://github.com/kelvin13/swift-hash.git resolved at 0.7.1
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/15] Emitting module MIME
[10/15] Compiling MessageAuthentication MessageAuthenticationHash.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/15] Emitting module MessageAuthentication
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/15] Compiling MessageAuthentication MessageAuthenticationKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/16] Compiling MIME MIME.swift
[14/17] Emitting module BaseDigits
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/17] Compiling BaseDigits BaseDigits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/23] Compiling Base16 Base16.Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/23] Compiling Base16 Base16.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/23] Compiling Base16 Base16.LowercaseDigits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/23] Compiling Base16 Base16.UppercaseDigits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/23] Emitting module Base16
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/26] Compiling SHA2 SHA256.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/26] Emitting module SHA2
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/31] Compiling WebResponse SHA2.swift
[29/31] Compiling WebResponse WebResponse.Payload.swift
[30/31] Emitting module WebResponse
[31/31] Compiling WebResponse WebResponse.swift
[33/34] Emitting module WebSemantics
[34/34] Compiling WebSemantics WebService.swift
Build complete! (10.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-hash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swift-hash.git"
    }
  ],
  "manifest_display_name" : "swift-web-semantics",
  "name" : "swift-web-semantics",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MIME",
      "targets" : [
        "MIME"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebResponse",
      "targets" : [
        "WebResponse"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebSemantics",
      "targets" : [
        "WebSemantics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSemantics",
      "module_type" : "SwiftTarget",
      "name" : "WebSemantics",
      "path" : "Sources/WebSemantics",
      "product_memberships" : [
        "WebSemantics"
      ],
      "sources" : [
        "WebService.swift"
      ],
      "target_dependencies" : [
        "WebResponse"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebResponse",
      "module_type" : "SwiftTarget",
      "name" : "WebResponse",
      "path" : "Sources/WebResponse",
      "product_dependencies" : [
        "SHA2"
      ],
      "product_memberships" : [
        "WebResponse",
        "WebSemantics"
      ],
      "sources" : [
        "SHA2.swift",
        "WebResponse.Payload.swift",
        "WebResponse.swift"
      ],
      "target_dependencies" : [
        "MIME"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MIME",
      "module_type" : "SwiftTarget",
      "name" : "MIME",
      "path" : "Sources/MIME",
      "product_memberships" : [
        "MIME",
        "WebResponse",
        "WebSemantics"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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.