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 Radon, reference 2.3.5 (e0d63a), with Swift 5.9 for macOS (SPM) on 19 Mar 2025 19:01:35 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/e-sites/Radon.git
Reference: 2.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/e-sites/Radon
 * tag               2.3.5      -> FETCH_HEAD
HEAD is now at e0d63ac Unwrapped image
Cloned https://github.com/e-sites/Radon.git
Revision (git rev-parse @):
e0d63aca869bae85e332ec4ec9ae28d347d6bee5
SUCCESS checkout https://github.com/e-sites/Radon.git at 2.3.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/e-sites/Radon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/21] Compiling CommandLineKit StringExtensions.swift
[2/21] Emitting module CommandLineKit
[3/21] Compiling CommandLineKit CommandLine.swift
[4/21] Compiling CommandLineKit Option.swift
[5/21] Compiling Cryptor Updatable.swift
[6/22] Compiling Francium Dir.swift
[7/22] Compiling Francium File.swift
[8/22] Compiling Francium Error.swift
[9/22] Emitting module Francium
[10/22] Compiling Francium IOObject.swift
[11/22] Compiling Cryptor Status.swift
[12/22] Compiling Cryptor SSLPointerTricks.swift
[13/22] Compiling Cryptor Random.swift
[14/22] Compiling Cryptor Crypto.swift
[15/22] Compiling Cryptor Cryptor.swift
[16/22] Compiling Cryptor HMAC.swift
[17/22] Emitting module Cryptor
[18/22] Compiling Cryptor StreamCryptor.swift
[19/22] Compiling Cryptor KeyDerivation.swift
[20/22] Compiling Cryptor Digest.swift
[21/22] Compiling Cryptor Utilities.swift
[22/35] Compiling Radon FolderWatcher.swift
[23/35] Compiling Radon ObjStruct.swift
[24/36] Compiling Radon Logger.swift
[25/36] Compiling Radon Radon.swift
[26/36] Compiling Radon Folder.swift
[27/36] Compiling Radon main.swift
[28/36] Compiling Radon Generator.swift
[29/36] Compiling Radon ImageGenerator.swift
[30/36] Compiling Radon ColorsGenerator.swift
[31/36] Compiling Radon GeneralGenerator.swift
[32/36] Emitting module Radon
[33/36] Compiling Radon Sequence.swift
[34/36] Compiling Radon String.swift
[35/36] Compiling Radon LocalizeGenerator.swift
[35/36] Linking radon
Build complete! (13.71s)
Fetching https://github.com/basvankuijck/CommandLine.git
[1/846] Fetching commandline
Fetched https://github.com/basvankuijck/CommandLine.git (0.94s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/e-sites/Francium.git
[1/118] Fetching francium
[119/1769] Fetching francium, bluecryptor
Fetched https://github.com/e-sites/Francium.git (0.92s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git (0.93s)
Computing version for https://github.com/e-sites/Francium.git
Computed https://github.com/e-sites/Francium.git at 1.1.1 (0.52s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.48s)
Creating working copy for https://github.com/basvankuijck/CommandLine.git
Working copy of https://github.com/basvankuijck/CommandLine.git resolved at master
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Creating working copy for https://github.com/e-sites/Francium.git
Working copy of https://github.com/e-sites/Francium.git resolved at 1.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "commandline",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/basvankuijck/CommandLine.git"
    },
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    },
    {
      "identity" : "francium",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/e-sites/Francium.git"
    }
  ],
  "manifest_display_name" : "Radon",
  "name" : "Radon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "radon",
      "targets" : [
        "Radon"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Radon",
      "module_type" : "SwiftTarget",
      "name" : "Radon",
      "path" : ".",
      "product_dependencies" : [
        "CommandLineKit",
        "Cryptor",
        "Francium"
      ],
      "product_memberships" : [
        "radon"
      ],
      "sources" : [
        "Sources/Extensions/Sequence.swift",
        "Sources/Extensions/String.swift",
        "Sources/Generators/ColorsGenerator.swift",
        "Sources/Generators/GeneralGenerator.swift",
        "Sources/Generators/Generator.swift",
        "Sources/Generators/ImageGenerator.swift",
        "Sources/Generators/LocalizeGenerator.swift",
        "Sources/Helpers/Folder.swift",
        "Sources/Helpers/Logger.swift",
        "Sources/Helpers/ObjStruct.swift",
        "Sources/Radon.swift",
        "Sources/Watcher/FolderWatcher.swift",
        "Sources/main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.