The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SagaSwimRenderer, reference 1.0.0 (b6186c), with Swift 6.0 for Linux on 18 Feb 2025 20:46:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaSwimRenderer.git
Reference: 1.0.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/loopwerk/SagaSwimRenderer
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b6186c7 Migrate to Saga 2.0.0
Cloned https://github.com/loopwerk/SagaSwimRenderer.git
Revision (git rev-parse @):
b6186c767689768c5d1efc21b169947ede16c1d0
SUCCESS checkout https://github.com/loopwerk/SagaSwimRenderer.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwerk/SagaSwimRenderer.git
https://github.com/loopwerk/SagaSwimRenderer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "saga",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Saga.git"
    },
    {
      "identity" : "swim",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robb/Swim"
    }
  ],
  "manifest_display_name" : "SagaSwimRenderer",
  "name" : "SagaSwimRenderer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SagaSwimRenderer",
      "targets" : [
        "SagaSwimRenderer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SagaSwimRendererTests",
      "module_type" : "SwiftTarget",
      "name" : "SagaSwimRendererTests",
      "path" : "Tests/SagaSwimRendererTests",
      "sources" : [
        "SagaSwimRendererTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SagaSwimRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SagaSwimRenderer",
      "module_type" : "SwiftTarget",
      "name" : "SagaSwimRenderer",
      "path" : "Sources/SagaSwimRenderer",
      "product_dependencies" : [
        "Saga",
        "HTML"
      ],
      "product_memberships" : [
        "SagaSwimRenderer"
      ],
      "sources" : [
        "AtomFeed.swift",
        "Node+Extensions.swift",
        "SagaSwimRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/loopwerk/Saga.git
Fetching https://github.com/robb/Swim
[1/2793] Fetching saga
[253/3573] Fetching saga, swim
Fetched https://github.com/robb/Swim from cache (0.28s)
Fetched https://github.com/loopwerk/Saga.git from cache (0.28s)
Computing version for https://github.com/robb/Swim
Computed https://github.com/robb/Swim at 0.4.0 (0.51s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 2.0.1 (0.52s)
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit from cache (0.22s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (1.89s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.51s)
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 2.0.1
Creating working copy for https://github.com/robb/Swim
Working copy of https://github.com/robb/Swim resolved at 0.4.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Compiling Swim Node.swift
[8/14] Compiling Swim Trimming.swift
[9/14] Emitting module Swim
[10/14] Compiling Swim NodeBuilder.swift
[11/14] Compiling Swim String+XML.swift
[12/14] Emitting module PathKit
[13/14] Compiling PathKit PathKit.swift
[15/15] Compiling Swim Visitor.swift
[17/33] Compiling HTML Tag.swift
[18/33] Compiling Saga Atom.swift
[19/33] Compiling Saga FileContainer.swift
[20/34] Compiling Saga Path+Extensions.swift
[21/34] Compiling Saga ProcessingStep.swift
[22/34] Compiling Saga Saga.swift
[23/34] Compiling Saga String+Slugify.swift
[24/34] Compiling Saga Reader.swift
[25/34] Compiling Saga RenderingContexts.swift
[26/34] Compiling Saga Writer.swift
[27/34] Compiling Saga utils.swift
[28/34] Compiling Saga FileIO.swift
[29/34] Compiling Saga Item.swift
[30/34] Emitting module Saga
[31/34] Compiling Saga ItemWriteMode.swift
[32/34] Compiling Saga MetadataDecoder.swift
[34/35] Emitting module HTML
[35/35] Compiling HTML Tags.swift
[37/40] Compiling SagaSwimRenderer SagaSwimRenderer.swift
[38/40] Compiling SagaSwimRenderer Node+Extensions.swift
[39/40] Compiling SagaSwimRenderer AtomFeed.swift
/host/spi-builder-workspace/Sources/SagaSwimRenderer/AtomFeed.swift:69:20: warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 67 | }
 68 |
 69 | internal extension AtomFeed {
    |                    `- warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 70 |   func feed(xmlns: String, @NodeBuilder children: () -> NodeConvertible) -> Node {
 71 |     .element("feed", [ "xmlns": xmlns ], children().asNode())
[40/40] Emitting module SagaSwimRenderer
/host/spi-builder-workspace/Sources/SagaSwimRenderer/AtomFeed.swift:69:20: warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 67 | }
 68 |
 69 | internal extension AtomFeed {
    |                    `- warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 70 |   func feed(xmlns: String, @NodeBuilder children: () -> NodeConvertible) -> Node {
 71 |     .element("feed", [ "xmlns": xmlns ], children().asNode())
Build complete! (27.51s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "saga",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Saga.git"
    },
    {
      "identity" : "swim",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robb/Swim"
    }
  ],
  "manifest_display_name" : "SagaSwimRenderer",
  "name" : "SagaSwimRenderer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SagaSwimRenderer",
      "targets" : [
        "SagaSwimRenderer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SagaSwimRendererTests",
      "module_type" : "SwiftTarget",
      "name" : "SagaSwimRendererTests",
      "path" : "Tests/SagaSwimRendererTests",
      "sources" : [
        "SagaSwimRendererTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SagaSwimRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SagaSwimRenderer",
      "module_type" : "SwiftTarget",
      "name" : "SagaSwimRenderer",
      "path" : "Sources/SagaSwimRenderer",
      "product_dependencies" : [
        "Saga",
        "HTML"
      ],
      "product_memberships" : [
        "SagaSwimRenderer"
      ],
      "sources" : [
        "AtomFeed.swift",
        "Node+Extensions.swift",
        "SagaSwimRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.