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 Rainbow, reference 4.1.0 (0c627a), with Swift 5.10 for macOS (SPM) on 8 Jan 2025 10:55:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/Rainbow.git
Reference: 4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onevcat/Rainbow
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at 0c627a4 Upgrade project settings
Cloned https://github.com/onevcat/Rainbow.git
Revision (git rev-parse @):
0c627a4f8a39ef37eadec1ceec02e4a7f55561ac
SUCCESS checkout https://github.com/onevcat/Rainbow.git at 4.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/onevcat/Rainbow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write RainbowPlayground-entitlement.plist
[3/7] Write swift-version-33747A42983211AE.txt
[5/18] Compiling Rainbow OutputTarget.swift
[6/18] Compiling Rainbow ModesExtractor.swift
[7/18] Compiling Rainbow ControlCode.swift
[8/18] Emitting module Rainbow
[9/18] Compiling Rainbow ColorApproximation.swift
[10/18] Compiling Rainbow String+Rainbow.swift
[11/18] Compiling Rainbow StringGenerator.swift
[12/18] Compiling Rainbow Color.swift
[13/18] Compiling Rainbow Rainbow.swift
[14/18] Compiling Rainbow BackgroundColor.swift
[15/18] Compiling Rainbow CodesParser.swift
[16/19] Compiling Rainbow Style.swift
[17/21] Emitting module RainbowPlayground
[18/21] Compiling RainbowPlayground main.swift
[18/21] Write Objects.LinkFileList
[19/21] Linking RainbowPlayground
[20/21] Applying RainbowPlayground
Build complete! (6.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Rainbow",
  "name" : "Rainbow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Rainbow",
      "targets" : [
        "Rainbow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RainbowPlayground",
      "targets" : [
        "RainbowPlayground"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RainbowTests",
      "module_type" : "SwiftTarget",
      "name" : "RainbowTests",
      "path" : "Tests",
      "sources" : [
        "RainbowTests/ColorApproximatedTests.swift",
        "RainbowTests/ColorTests.swift",
        "RainbowTests/ConsoleStringTests.swift",
        "RainbowTests/ConsoleTextParserTests.swift",
        "RainbowTests/RainbowTests.swift"
      ],
      "target_dependencies" : [
        "Rainbow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RainbowPlayground",
      "module_type" : "SwiftTarget",
      "name" : "RainbowPlayground",
      "path" : "Playground",
      "product_memberships" : [
        "RainbowPlayground"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Rainbow"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Rainbow",
      "module_type" : "SwiftTarget",
      "name" : "Rainbow",
      "path" : "Sources",
      "product_memberships" : [
        "Rainbow",
        "RainbowPlayground"
      ],
      "sources" : [
        "BackgroundColor.swift",
        "CodesParser.swift",
        "Color.swift",
        "ColorApproximation.swift",
        "ControlCode.swift",
        "ModesExtractor.swift",
        "OutputTarget.swift",
        "Rainbow.swift",
        "String+Rainbow.swift",
        "StringGenerator.swift",
        "Style.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.