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 WordleHelper, reference 1.0.2 (6c630f), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 10:35:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sja26/WordleHelperSwift.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sja26/WordleHelperSwift
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 6c630f1 excludedChars = greyChars - greenChars
Cloned https://github.com/sja26/WordleHelperSwift.git
Revision (git rev-parse @):
6c630f1996bc17732488822e740ea68796199141
SUCCESS checkout https://github.com/sja26/WordleHelperSwift.git at 1.0.2
Fetching https://github.com/onevcat/Rainbow
[1/1126] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.95s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (2.40s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "wordlehelperswift",
      "name": "WordleHelper",
      "url": "https://github.com/sja26/WordleHelperSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WordleHelperSwift",
      "dependencies": [
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "4.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sja26/WordleHelperSwift.git
[1/43] Fetching wordlehelperswift
Fetched https://github.com/sja26/WordleHelperSwift.git from cache (0.69s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.45s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (0.02s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Creating working copy for https://github.com/sja26/WordleHelperSwift.git
Working copy of https://github.com/sja26/WordleHelperSwift.git resolved at 1.0.2 (6c630f1)
Found 1 product dependencies
  - Rainbow
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sja26/WordleHelperSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[2/7] Write WordleHelper-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/18] Compiling Rainbow String+Rainbow.swift
[6/18] Compiling Rainbow StringGenerator.swift
[7/19] Compiling Rainbow Style.swift
[8/19] Compiling Rainbow Rainbow.swift
[9/19] Compiling Rainbow OutputTarget.swift
[10/19] Compiling Rainbow ControlCode.swift
[11/19] Emitting module Rainbow
[12/19] Compiling Rainbow Color.swift
[13/19] Compiling Rainbow ColorApproximation.swift
[14/19] Compiling Rainbow BackgroundColor.swift
[15/19] Compiling Rainbow CodesParser.swift
[16/19] Compiling Rainbow ModesExtractor.swift
[17/21] Compiling WordleHelper WordleHelper.swift
[18/21] Emitting module WordleHelper
[18/21] Write Objects.LinkFileList
[19/21] Linking WordleHelper
[20/21] Applying WordleHelper
Build complete! (15.31s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "WordleHelper",
  "name" : "WordleHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "WordleHelper",
      "targets" : [
        "WordleHelper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WordleHelper",
      "module_type" : "SwiftTarget",
      "name" : "WordleHelper",
      "path" : "Sources/WordleHelper",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "WordleHelper"
      ],
      "sources" : [
        "WordleHelper.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Done.