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.9 for macOS (SPM) on 8 Jan 2025 10:56:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path:  $PWD
https://github.com/onevcat/Rainbow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling Rainbow String+Rainbow.swift
[2/12] Compiling Rainbow StringGenerator.swift
[3/13] Compiling Rainbow Style.swift
[4/13] Compiling Rainbow ControlCode.swift
[5/13] Compiling Rainbow ModesExtractor.swift
[6/13] Compiling Rainbow Rainbow.swift
[7/13] Compiling Rainbow OutputTarget.swift
[8/13] Compiling Rainbow BackgroundColor.swift
[9/13] Compiling Rainbow CodesParser.swift
[10/13] Compiling Rainbow Color.swift
[11/13] Compiling Rainbow ColorApproximation.swift
[12/13] Emitting module Rainbow
[13/15] Compiling RainbowPlayground main.swift
[14/15] Emitting module RainbowPlayground
[14/15] Linking RainbowPlayground
Build complete! (7.32s)
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.