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 BoxedContent, reference 1.0.0 (1a7fab), with Swift 6.0 for Linux on 1 Feb 2025 04:58:12 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brunogama/boxed.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/brunogama/boxed
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1a7fab7 feature: box draft
Cloned https://github.com/brunogama/boxed.git
Revision (git rev-parse @):
1a7fab737155b752201e854f0411b653f0f3a7c2
SUCCESS checkout https://github.com/brunogama/boxed.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/brunogama/boxed.git
https://github.com/brunogama/boxed.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BoxedContent",
  "name" : "BoxedContent",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BoxedContent",
      "targets" : [
        "BoxedContent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Client",
      "targets" : [
        "Client"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_memberships" : [
        "Client"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "BoxedContent"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BoxedContentTests",
      "module_type" : "SwiftTarget",
      "name" : "BoxedContentTests",
      "path" : "Tests/BoxedContentTests",
      "sources" : [
        "BoxedContentTests.swift"
      ],
      "target_dependencies" : [
        "BoxedContent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BoxedContent",
      "module_type" : "SwiftTarget",
      "name" : "BoxedContent",
      "path" : "Sources/BoxedContent",
      "product_memberships" : [
        "BoxedContent",
        "Client"
      ],
      "sources" : [
        "BoxCharactersProvider.swift",
        "BoxStyle.swift",
        "Boxed.swift",
        "DefaultStyles/ASCIIBoxCharacters.swift",
        "Extensions/Character+Extensions.swift",
        "Extensions/String+Extentions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/14] Emitting module BoxedContent
[5/14] Compiling BoxedContent BoxCharactersProvider.swift
[6/14] Compiling BoxedContent BoxStyle.swift
[7/14] Compiling BoxedContent String+Extentions.swift
[8/14] Compiling BoxedContent ASCIIBoxCharacters.swift
[9/14] Compiling BoxedContent Boxed.swift
[10/14] Compiling BoxedContent Character+Extensions.swift
[11/15] Wrapping AST for BoxedContent for debugging
[13/17] Emitting module Client
[14/17] Compiling Client Main.swift
[15/18] Wrapping AST for Client for debugging
[16/18] Write Objects.LinkFileList
[17/18] Linking Client
Build complete! (9.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BoxedContent",
  "name" : "BoxedContent",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BoxedContent",
      "targets" : [
        "BoxedContent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Client",
      "targets" : [
        "Client"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_memberships" : [
        "Client"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "BoxedContent"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BoxedContentTests",
      "module_type" : "SwiftTarget",
      "name" : "BoxedContentTests",
      "path" : "Tests/BoxedContentTests",
      "sources" : [
        "BoxedContentTests.swift"
      ],
      "target_dependencies" : [
        "BoxedContent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BoxedContent",
      "module_type" : "SwiftTarget",
      "name" : "BoxedContent",
      "path" : "Sources/BoxedContent",
      "product_memberships" : [
        "BoxedContent",
        "Client"
      ],
      "sources" : [
        "BoxCharactersProvider.swift",
        "BoxStyle.swift",
        "Boxed.swift",
        "DefaultStyles/ASCIIBoxCharacters.swift",
        "Extensions/Character+Extensions.swift",
        "Extensions/String+Extentions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.