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 master (ce2ef5), with Swift 5.10 for macOS (SPM) on 8 Jan 2025 10:57:54 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onevcat/Rainbow
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ce2ef58 Upgrade support version
Cloned https://github.com/onevcat/Rainbow.git
Revision (git rev-parse @):
ce2ef5845cdd08750086a255d6d7a18e3b3519de
SUCCESS checkout https://github.com/onevcat/Rainbow.git at master
========================================
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 StringGenerator.swift
[7/18] Compiling Rainbow ColorApproximation.swift
[8/18] Compiling Rainbow ModesExtractor.swift
[9/18] Compiling Rainbow ControlCode.swift
[10/18] Compiling Rainbow String+Rainbow.swift
[11/18] Compiling Rainbow Color.swift
[12/18] Compiling Rainbow Rainbow.swift
[13/18] Compiling Rainbow BackgroundColor.swift
[14/18] Compiling Rainbow CodesParser.swift
[15/18] Emitting module Rainbow
[16/19] Compiling Rainbow Style.swift
[17/21] Compiling RainbowPlayground main.swift
[18/21] Emitting module RainbowPlayground
[18/21] Write Objects.LinkFileList
[19/21] Linking RainbowPlayground
[20/21] Applying RainbowPlayground
Build complete! (6.95s)
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.