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 main (d5bc13), with Swift 6.1 for macOS (SPM) on 1 May 2025 03:56:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brunogama/boxed.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brunogama/boxed
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d5bc137 chore: badge
Cloned https://github.com/brunogama/boxed.git
Revision (git rev-parse @):
d5bc137457c833107da235f17a4bdb0e70de3d53
SUCCESS checkout https://github.com/brunogama/boxed.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "boxed",
      "name": "BoxedContent",
      "url": "https://github.com/brunogama/boxed.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/boxed",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/brunogama/boxed.git
[1/114] Fetching boxed
Fetched https://github.com/brunogama/boxed.git from cache (0.82s)
Creating working copy for https://github.com/brunogama/boxed.git
Working copy of https://github.com/brunogama/boxed.git resolved at main (d5bc137)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brunogama/boxed.git
https://github.com/brunogama/boxed.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BoxedContent",
  "name" : "BoxedContent",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Write Client-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/14] Compiling BoxedContent String+Extentions.swift
[6/14] Compiling BoxedContent Character+Extensions.swift
[7/14] Compiling BoxedContent ASCIIBoxCharacters.swift
[8/14] Compiling BoxedContent BoxCharactersProvider.swift
[9/14] Compiling BoxedContent Boxed.swift
[10/14] Emitting module BoxedContent
[11/14] Compiling BoxedContent BoxStyle.swift
[12/16] Emitting module Client
[13/16] Compiling Client Main.swift
[13/16] Write Objects.LinkFileList
[14/16] Linking Client
[15/16] Applying Client
Build complete! (5.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BoxedContent",
  "name" : "BoxedContent",
  "path" : "/Users/admin/builder/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"
}
Done.