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 1.0.3 (9f1dbf), with Swift 6.0 for macOS (SPM) on 13 Jun 2025 05:40:44 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: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/FormLogger
 * tag               1.0.3      -> FETCH_HEAD
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 1.0.3
========================================
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] Compiling PlatformChecker Platform.swift
[6/24] Emitting module PlatformChecker
[7/24] Compiling PlatformChecker PlatformChecker.swift
[8/24] Compiling SimpleLogger Delimiter.swift
[9/25] Compiling SimpleLogger LoggerCategory.swift
[10/25] Compiling SimpleLogger LoggerManager.swift
[11/25] Compiling SimpleLogger Category+UI.swift
[12/25] Compiling SimpleLogger Category+Utilities.swift
[13/25] Compiling SimpleLogger Logger+Ext.swift
[14/25] Compiling SimpleLogger AgnosticColor.swift
[15/25] Compiling SimpleLogger Category+System.swift
[16/25] Compiling SimpleLogger Category+Testing.swift
[17/25] Compiling SimpleLogger Category+Persistence.swift
[18/25] Compiling SimpleLogger Category+Security.swift
[19/25] Compiling SimpleLogger Category+Network.swift
[20/25] Compiling SimpleLogger Category+Performance.swift
[21/25] Compiling SimpleLogger Category+Architecture.swift
[22/25] Compiling SimpleLogger Category+Miscellaneous.swift
[23/25] Emitting module SimpleLogger
[24/25] Compiling SimpleLogger Date+Ext.swift
[25/25] Compiling SimpleLogger LogLevel+Ext.swift
[26/44] Compiling FormLogger Contact.swift
[27/44] Compiling FormLogger FormField.swift
[28/45] Compiling FormLogger RepositoryResolver.swift
[29/45] Compiling FormLogger UserFormInput.swift
[30/45] Compiling FormLogger FormRequestBody.swift
[31/45] Compiling FormLogger FormType.swift
[32/45] Compiling FormLogger ProgressState.swift
[33/45] Compiling FormLogger Repository.swift
[34/45] Compiling FormLogger FormConfiguration.swift
[35/45] Compiling FormLogger Date+Ext.swift
[36/45] Compiling FormLogger LoggerManager+Ext.swift
[37/45] Compiling FormLogger FormResponse.swift
[38/45] Compiling FormLogger GzipError.swift
[39/45] Compiling FormLogger Bundle+Ext.swift
[40/45] Compiling FormLogger Data+Ext.swift
[41/45] Compiling FormLogger FormManager.swift
[42/45] Compiling FormLogger ClientMetadata.swift
[43/45] Emitting module FormLogger
[44/45] Compiling FormLogger Platform+Ext.swift
[45/45] Compiling FormLogger URLCode+Ext.swift
Build complete! (15.82s)
Fetching https://github.com/markbattistella/PlatformChecker
Fetching https://github.com/markbattistella/SimpleLogger
[1/97] Fetching simplelogger
[98/156] Fetching simplelogger, platformchecker
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.67s)
Fetched https://github.com/markbattistella/PlatformChecker from cache (0.67s)
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.47s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.2.0 (0.44s)
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.