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 Builder, reference 1.1.1 (83589c), with Swift 6.1 for Wasm on 28 May 2025 16:26:54 UTC.

Swift 6 data race errors: 1

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 -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/hainayanda/Builder.git
Reference: 1.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/hainayanda/Builder
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 83589c8 Update README.md
Cloned https://github.com/hainayanda/Builder.git
Revision (git rev-parse @):
83589c82653587f93949612ae1bd359c47370d4c
SUCCESS checkout https://github.com/hainayanda/Builder.git at 1.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hainayanda/Builder.git
https://github.com/hainayanda/Builder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Builder",
  "name" : "Builder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Builder",
      "targets" : [
        "Builder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Builder",
      "module_type" : "SwiftTarget",
      "name" : "Builder",
      "path" : "Builder/Classes",
      "product_memberships" : [
        "Builder"
      ],
      "sources" : [
        "Builder.swift",
        "BuilderConfig.swift",
        "PropertyAssigner.swift",
        "Protocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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
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/7] Compiling Builder Protocols.swift
[4/7] Compiling Builder Builder.swift
[5/7] Compiling Builder BuilderConfig.swift
/host/spi-builder-workspace/Builder/Classes/BuilderConfig.swift:18:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'BuilderConfig' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | public class BuilderConfig {
   |              `- note: class 'BuilderConfig' does not conform to the 'Sendable' protocol
18 |     public static let shared: BuilderConfig = .init()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'BuilderConfig' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |     public var errorHandling: BuilderConfigErrorHandler = .debugPrintOnAssigningLet
[6/7] Compiling Builder PropertyAssigner.swift
[7/7] Emitting module Builder
/host/spi-builder-workspace/Builder/Classes/BuilderConfig.swift:18:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'BuilderConfig' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | public class BuilderConfig {
   |              `- note: class 'BuilderConfig' does not conform to the 'Sendable' protocol
18 |     public static let shared: BuilderConfig = .init()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'BuilderConfig' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |     public var errorHandling: BuilderConfigErrorHandler = .debugPrintOnAssigningLet
Build complete! (6.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Builder",
  "name" : "Builder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Builder",
      "targets" : [
        "Builder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Builder",
      "module_type" : "SwiftTarget",
      "name" : "Builder",
      "path" : "Builder/Classes",
      "product_memberships" : [
        "Builder"
      ],
      "sources" : [
        "Builder.swift",
        "BuilderConfig.swift",
        "PropertyAssigner.swift",
        "Protocols.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.