The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Prelude, reference 0.0.6 (cf08b0), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:03:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JustinGuedes/prelude.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JustinGuedes/prelude
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at cf08b07 Add support for Apple Watch
Cloned https://github.com/JustinGuedes/prelude.git
Revision (git rev-parse @):
cf08b076457a55b193ff54881a277391a0c3e1dd
SUCCESS checkout https://github.com/JustinGuedes/prelude.git at 0.0.6
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "prelude",
      "name": "Prelude",
      "url": "https://github.com/JustinGuedes/prelude.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/prelude",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/JustinGuedes/prelude.git
[1/93] Fetching prelude
Fetched https://github.com/JustinGuedes/prelude.git from cache (0.67s)
Creating working copy for https://github.com/JustinGuedes/prelude.git
Working copy of https://github.com/JustinGuedes/prelude.git resolved at 0.0.6 (cf08b07)
warning: '.resolve-product-dependencies': dependency 'prelude' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/JustinGuedes/prelude.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Compiling Prelude XMLElement.swift
[4/17] Compiling Prelude XMLDecoderUnkeyedDecodingContainer.swift
[5/18] Compiling Prelude DefaultCodable.swift
[6/18] Compiling Prelude XMLDecoder.swift
[7/18] Compiling Prelude DefaultArray.swift
[8/18] Compiling Prelude DefaultBool.swift
[9/18] Compiling Prelude UIDevice.swift
[10/18] Compiling Prelude Default.swift
[11/18] Emitting module Prelude
[12/18] Compiling Prelude Sequence.swift
[13/18] Compiling Prelude String.swift
[14/18] Compiling Prelude Array.swift
[15/18] Compiling Prelude Date.swift
[16/18] Compiling Prelude XMLDecoderSingleValueDecodingContainer.swift
[17/18] Compiling Prelude XMLDecoderKeyedDecodingContainer.swift
[18/18] Compiling Prelude XMLParser.swift
Build complete! (6.10s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Prelude",
  "name" : "Prelude",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Prelude",
      "targets" : [
        "Prelude"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PreludeTests",
      "module_type" : "SwiftTarget",
      "name" : "PreludeTests",
      "path" : "Tests/PreludeTests",
      "sources" : [
        "Extensions/SequenceTests.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Prelude",
      "module_type" : "SwiftTarget",
      "name" : "Prelude",
      "path" : "Sources/Prelude",
      "product_memberships" : [
        "Prelude"
      ],
      "sources" : [
        "Extensions/Array.swift",
        "Extensions/Date.swift",
        "Extensions/Sequence.swift",
        "Extensions/String.swift",
        "Extensions/UIDevice.swift",
        "PropertyWrappers/Default/Default.swift",
        "PropertyWrappers/Default/DefaultArray.swift",
        "PropertyWrappers/Default/DefaultBool.swift",
        "PropertyWrappers/Default/DefaultCodable.swift",
        "Utilities/XMLDecoder/XMLDecoder.swift",
        "Utilities/XMLDecoder/XMLDecoderKeyedDecodingContainer.swift",
        "Utilities/XMLDecoder/XMLDecoderSingleValueDecodingContainer.swift",
        "Utilities/XMLDecoder/XMLDecoderUnkeyedDecodingContainer.swift",
        "Utilities/XMLDecoder/XMLElement.swift",
        "Utilities/XMLDecoder/XMLParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.