The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Configuration-INIDeserializer, reference 0.0.1 (e061b6), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 23:35:33 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/nocturnalsolutions/configuration-inideserializer.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nocturnalsolutions/configuration-inideserializer
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at e061b6a README and LICENSE
Cloned https://github.com/nocturnalsolutions/configuration-inideserializer.git
Revision (git rev-parse @):
e061b6a5d679de6a4d492be6fc67b3a442d3b9cf
SUCCESS checkout https://github.com/nocturnalsolutions/configuration-inideserializer.git at 0.0.1
Fetching https://github.com/NocturnalSolutions/Perfect-INIParser.git
[1/68] Fetching perfect-iniparser
Fetched https://github.com/NocturnalSolutions/Perfect-INIParser.git from cache (0.60s)
Fetching https://github.com/IBM-Swift/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/IBM-Swift/Configuration.git from cache (1.00s)
Computing version for https://github.com/IBM-Swift/Configuration.git
Computed https://github.com/IBM-Swift/Configuration.git at 3.1.0 (3.34s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (1.10s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (1.87s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.01s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.69s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.85s)
Creating working copy for https://github.com/Kitura/FileKit.git
Working copy of https://github.com/Kitura/FileKit.git resolved at 1.1.0
Creating working copy for https://github.com/NocturnalSolutions/Perfect-INIParser.git
Working copy of https://github.com/NocturnalSolutions/Perfect-INIParser.git resolved at data-and-string (225ee63)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/IBM-Swift/Configuration.git
Working copy of https://github.com/IBM-Swift/Configuration.git resolved at 3.1.0
========================================
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": "configuration-inideserializer",
      "name": "Configuration-INIDeserializer",
      "url": "https://github.com/nocturnalsolutions/configuration-inideserializer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/configuration-inideserializer",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "perfect-iniparser",
          "name": "INIParser",
          "url": "https://github.com/NocturnalSolutions/Perfect-INIParser.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Perfect-INIParser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "configuration",
          "name": "Configuration",
          "url": "https://github.com/IBM-Swift/Configuration.git",
          "version": "3.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Configuration",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "filekit",
              "name": "FileKit",
              "url": "https://github.com/Kitura/FileKit.git",
              "version": "1.1.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FileKit",
              "traits": [
                "default"
              ],
              "dependencies": [
                {
                  "identity": "loggerapi",
                  "name": "LoggerAPI",
                  "url": "https://github.com/Kitura/LoggerAPI.git",
                  "version": "2.0.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoggerAPI",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                    {
                      "identity": "swift-log",
                      "name": "swift-log",
                      "url": "https://github.com/apple/swift-log.git",
                      "version": "1.11.0",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
                      "traits": [
                      ],
                      "dependencies": [
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nocturnalsolutions/configuration-inideserializer.git
[1/26] Fetching configuration-inideserializer
Fetched https://github.com/nocturnalsolutions/configuration-inideserializer.git from cache (0.50s)
Fetching https://github.com/NocturnalSolutions/Perfect-INIParser.git from cache
Fetched https://github.com/NocturnalSolutions/Perfect-INIParser.git from cache (0.41s)
Fetching https://github.com/IBM-Swift/Configuration.git from cache
Fetched https://github.com/IBM-Swift/Configuration.git from cache (0.42s)
Computing version for https://github.com/IBM-Swift/Configuration.git
Computed https://github.com/IBM-Swift/Configuration.git at 3.1.0 (0.47s)
Fetching https://github.com/Kitura/FileKit.git from cache
Fetched https://github.com/Kitura/FileKit.git from cache (0.46s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.54s)
Fetching https://github.com/Kitura/LoggerAPI.git from cache
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.41s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.48s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.58s)
Creating working copy for https://github.com/NocturnalSolutions/Perfect-INIParser.git
Working copy of https://github.com/NocturnalSolutions/Perfect-INIParser.git resolved at data-and-string (225ee63)
Creating working copy for https://github.com/Kitura/FileKit.git
Working copy of https://github.com/Kitura/FileKit.git resolved at 1.1.0
Creating working copy for https://github.com/IBM-Swift/Configuration.git
Working copy of https://github.com/IBM-Swift/Configuration.git resolved at 3.1.0
Creating working copy for https://github.com/nocturnalsolutions/configuration-inideserializer.git
Working copy of https://github.com/nocturnalsolutions/configuration-inideserializer.git resolved at 0.0.1 (e061b6a)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
warning: '.resolve-product-dependencies': dependency 'configuration-inideserializer' is not used by any target
Found 2 product dependencies
  - INIParser
  - Configuration
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nocturnalsolutions/configuration-inideserializer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--6988338F2F200930.txt
[8/15] Compiling Logging MetadataProvider.swift
[9/15] Compiling Logging LogHandler.swift
[10/15] Compiling Logging Locks.swift
[11/15] Compiling Logging LogEvent.swift
[12/15] Emitting module Logging
[13/15] Compiling Logging Logging.swift
[14/17] Emitting module INIParser
[15/17] Compiling INIParser INIParser.swift
[16/17] Compiling LoggerAPI Logger.swift
[17/17] Emitting module LoggerAPI
[18/19] Compiling FileKit FileKit.swift
[19/19] Emitting module FileKit
[20/25] Compiling Configuration ConfigurationManager.swift
[21/25] Compiling Configuration PLISTDeserializer.swift
[22/25] Compiling Configuration JSONDeserializer.swift
[23/25] Compiling Configuration Deserializer.swift
[24/25] Compiling Configuration ConfigurationNode.swift
[25/25] Emitting module Configuration
[26/27] Emitting module Configuration_INIDeserializer
[27/27] Compiling Configuration_INIDeserializer INIDeserializer.swift
Build complete! (8.18s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "perfect-iniparser",
      "requirement" : {
        "branch" : [
          "data-and-string"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NocturnalSolutions/Perfect-INIParser.git"
    },
    {
      "identity" : "configuration",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/Configuration.git"
    }
  ],
  "manifest_display_name" : "Configuration-INIDeserializer",
  "name" : "Configuration-INIDeserializer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Configuration-INIDeserializer",
      "targets" : [
        "Configuration-INIDeserializer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Configuration_INIDeserializerTests",
      "module_type" : "SwiftTarget",
      "name" : "Configuration-INIDeserializerTests",
      "path" : "Tests/Configuration-INIDeserializerTests",
      "sources" : [
        "Configuration_INIDeserializerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Configuration-INIDeserializer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Configuration_INIDeserializer",
      "module_type" : "SwiftTarget",
      "name" : "Configuration-INIDeserializer",
      "path" : "Sources/Configuration-INIDeserializer",
      "product_dependencies" : [
        "INIParser",
        "Configuration"
      ],
      "product_memberships" : [
        "Configuration-INIDeserializer"
      ],
      "sources" : [
        "INIDeserializer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.