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 FormLogger, reference main (9f1dbf), with Swift 6.0 for macOS (SPM) on 13 Jun 2025 05:42:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/FormLogger.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/FormLogger
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f1dbf6 2025-06-13
Cloned https://github.com/markbattistella/FormLogger.git
Revision (git rev-parse @):
9f1dbf6601d4e461af387882e59f89c562ae50d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/FormLogger.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/markbattistella/FormLogger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/24] Emitting module PlatformChecker
[6/24] Compiling PlatformChecker PlatformChecker.swift
[7/24] Compiling PlatformChecker Platform.swift
[8/24] Compiling SimpleLogger Category+Architecture.swift
[9/24] Compiling SimpleLogger Category+Miscellaneous.swift
[10/25] Compiling SimpleLogger LoggerManager.swift
[11/25] Emitting module SimpleLogger
[12/25] Compiling SimpleLogger Category+Network.swift
[13/25] Compiling SimpleLogger Category+Performance.swift
[14/25] Compiling SimpleLogger Category+Persistence.swift
[15/25] Compiling SimpleLogger Category+Security.swift
[16/25] Compiling SimpleLogger Delimiter.swift
[17/25] Compiling SimpleLogger Logger+Ext.swift
[18/25] Compiling SimpleLogger AgnosticColor.swift
[19/25] Compiling SimpleLogger Category+System.swift
[20/25] Compiling SimpleLogger Category+Testing.swift
[21/25] Compiling SimpleLogger LoggerCategory.swift
[22/25] Compiling SimpleLogger Date+Ext.swift
[23/25] Compiling SimpleLogger LogLevel+Ext.swift
[24/25] Compiling SimpleLogger Category+UI.swift
[25/25] Compiling SimpleLogger Category+Utilities.swift
[26/44] Compiling FormLogger RepositoryResolver.swift
[27/44] Compiling FormLogger UserFormInput.swift
[28/44] Compiling FormLogger ProgressState.swift
[29/44] Compiling FormLogger Repository.swift
[30/45] Compiling FormLogger Contact.swift
[31/45] Compiling FormLogger FormField.swift
[32/45] Compiling FormLogger Platform+Ext.swift
[33/45] Compiling FormLogger URLCode+Ext.swift
[34/45] Compiling FormLogger FormRequestBody.swift
[35/45] Compiling FormLogger FormType.swift
[36/45] Compiling FormLogger FormConfiguration.swift
[37/45] Compiling FormLogger FormResponse.swift
[38/45] Compiling FormLogger GzipError.swift
[39/45] Emitting module FormLogger
[40/45] Compiling FormLogger FormManager.swift
[41/45] Compiling FormLogger ClientMetadata.swift
[42/45] Compiling FormLogger Date+Ext.swift
[43/45] Compiling FormLogger LoggerManager+Ext.swift
[44/45] Compiling FormLogger Bundle+Ext.swift
[45/45] Compiling FormLogger Data+Ext.swift
Build complete! (15.64s)
Fetching https://github.com/markbattistella/PlatformChecker
Fetching https://github.com/markbattistella/SimpleLogger
[1/59] Fetching platformchecker
Fetched https://github.com/markbattistella/PlatformChecker from cache (0.62s)
[1/97] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.66s)
Computing version for https://github.com/markbattistella/PlatformChecker
warning: 'platformchecker': /Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 |     name: "PlatformChecker",
 7 |     platforms: [
 8 |         .iOS(.v10),
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |         .macOS(.v10_13),
10 |         .macCatalyst(.v13),
Computed https://github.com/markbattistella/PlatformChecker at 1.1.0 (0.45s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.2.0 (0.43s)
Creating working copy for https://github.com/markbattistella/PlatformChecker
Working copy of https://github.com/markbattistella/PlatformChecker resolved at 1.1.0
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.2.0
warning: 'platformchecker': /Users/admin/builder/spi-builder-workspace/.build/checkouts/PlatformChecker/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 |     name: "PlatformChecker",
 7 |     platforms: [
 8 |         .iOS(.v10),
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |         .macOS(.v10_13),
10 |         .macCatalyst(.v13),
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/SimpleLogger"
    },
    {
      "identity" : "platformchecker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/PlatformChecker"
    }
  ],
  "manifest_display_name" : "FormLogger",
  "name" : "FormLogger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FormLogger",
      "targets" : [
        "FormLogger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FormLogger",
      "module_type" : "SwiftTarget",
      "name" : "FormLogger",
      "path" : "Sources/FormLogger",
      "product_dependencies" : [
        "SimpleLogger",
        "PlatformChecker"
      ],
      "product_memberships" : [
        "FormLogger"
      ],
      "sources" : [
        "Errors/FormResponse.swift",
        "Errors/GzipError.swift",
        "Extensions/Bundle+Ext.swift",
        "Extensions/Data+Ext.swift",
        "Extensions/Date+Ext.swift",
        "Extensions/LoggerManager+Ext.swift",
        "Extensions/Platform+Ext.swift",
        "Extensions/URLCode+Ext.swift",
        "FormManager.swift",
        "Models/ClientMetadata.swift",
        "Models/Contact.swift",
        "Models/FormField.swift",
        "Models/FormRequestBody.swift",
        "Models/FormType.swift",
        "Models/ProgressState.swift",
        "Models/Repository.swift",
        "Models/RepositoryResolver.swift",
        "Models/UserFormInput.swift",
        "Protocols/FormConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.