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 Foil, reference main (ca58f3), with Swift 6.2 for macOS (SPM) on 24 Nov 2025 22:15:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jessesquires/Foil.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jessesquires/Foil
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca58f3a Bump actions/checkout from 5 to 6 (#122)
Cloned https://github.com/jessesquires/Foil.git
Revision (git rev-parse @):
ca58f3aedc82c948818187026a30d232297e8151
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jessesquires/Foil.git at main
========================================
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": "foil",
      "name": "Foil",
      "url": "https://github.com/jessesquires/Foil.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Foil",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jessesquires/Foil.git
[1/1918] Fetching foil
Fetched https://github.com/jessesquires/Foil.git from cache (0.99s)
Creating working copy for https://github.com/jessesquires/Foil.git
Working copy of https://github.com/jessesquires/Foil.git resolved at main (ca58f3a)
warning: '.resolve-product-dependencies': dependency 'foil' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jessesquires/Foil.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/8] Compiling Foil UserDefaults+Extensions.swift
[4/8] Compiling Foil UserDefaultsSerializable.swift
[5/8] Compiling Foil ObserverTrampoline.swift
[6/8] Emitting module Foil
[7/8] Compiling Foil FoilDefaultStorage.swift
[8/8] Compiling Foil FoilDefaultStorageOptional.swift
Build complete! (4.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Foil",
  "name" : "Foil",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Foil",
      "targets" : [
        "Foil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "FoilTests",
      "module_type" : "SwiftTarget",
      "name" : "FoilTests",
      "path" : "Tests",
      "sources" : [
        "IntegrationTests.swift",
        "ObservationTests.swift",
        "PropertyWrapperTests.swift",
        "TestModel.swift",
        "TestSettings.swift",
        "UserDefaults+Extensions.swift"
      ],
      "target_dependencies" : [
        "Foil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Foil",
      "module_type" : "SwiftTarget",
      "name" : "Foil",
      "path" : "Sources",
      "product_memberships" : [
        "Foil"
      ],
      "sources" : [
        "FoilDefaultStorage.swift",
        "FoilDefaultStorageOptional.swift",
        "ObserverTrampoline.swift",
        "UserDefaults+Extensions.swift",
        "UserDefaultsSerializable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.