The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Radon, reference main (e0d63a), with Swift 6.2 (beta) for macOS (SPM) on 6 Aug 2025 07:39:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/UnlockAgency/Radon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UnlockAgency/Radon
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e0d63ac Unwrapped image
Cloned https://github.com/UnlockAgency/Radon.git
Revision (git rev-parse @):
e0d63aca869bae85e332ec4ec9ae28d347d6bee5
SUCCESS checkout https://github.com/UnlockAgency/Radon.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/UnlockAgency/Radon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[0/9] Write radon-entitlement.plist
[0/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/29] Emitting module Francium
[8/29] Compiling CommandLineKit StringExtensions.swift
[9/29] Compiling CommandLineKit Option.swift
[10/29] Compiling Cryptor Crypto.swift
[11/29] Compiling Cryptor Cryptor.swift
[12/29] Emitting module Cryptor
[13/29] Compiling Cryptor Digest.swift
[14/30] Compiling Cryptor StreamCryptor.swift
[15/30] Compiling Cryptor KeyDerivation.swift
[16/30] Compiling Cryptor HMAC.swift
[17/30] Compiling Cryptor Status.swift
[18/30] Compiling Cryptor Updatable.swift
[19/30] Compiling Cryptor Random.swift
[20/30] Compiling Cryptor SSLPointerTricks.swift
[21/30] Compiling Francium File.swift
[22/30] Compiling Francium IOObject.swift
[23/30] Compiling Francium Error.swift
[24/30] Compiling Francium Dir.swift
[25/30] Emitting module CommandLineKit
[26/30] Compiling CommandLineKit CommandLine.swift
[27/30] Compiling Cryptor Utilities.swift
[28/43] Compiling Radon ObjStruct.swift
[29/43] Compiling Radon Folder.swift
[30/43] Compiling Radon Generator.swift
[31/43] Compiling Radon ImageGenerator.swift
[32/43] Compiling Radon Radon.swift
[33/44] Compiling Radon FolderWatcher.swift
[34/44] Compiling Radon Logger.swift
[35/44] Compiling Radon Sequence.swift
[36/44] Compiling Radon String.swift
[37/44] Emitting module Radon
[38/44] Compiling Radon ColorsGenerator.swift
[39/44] Compiling Radon GeneralGenerator.swift
[40/44] Compiling Radon LocalizeGenerator.swift
[41/44] Compiling Radon main.swift
[41/44] Write Objects.LinkFileList
[42/44] Linking radon
[43/44] Applying radon
Build complete! (11.35s)
Fetching https://github.com/basvankuijck/CommandLine.git
[9/846] Fetching commandline
Fetched https://github.com/basvankuijck/CommandLine.git from cache (0.91s)
Fetching https://github.com/e-sites/Francium.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/118] Fetching francium
[75/1772] Fetching francium, bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.80s)
Fetched https://github.com/e-sites/Francium.git from cache (0.80s)
Computing version for https://github.com/e-sites/Francium.git
Computed https://github.com/e-sites/Francium.git at 1.1.1 (1.33s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.52s)
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
Creating working copy for https://github.com/basvankuijck/CommandLine.git
Working copy of https://github.com/basvankuijck/CommandLine.git resolved at master (b83f09a)
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
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.