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 AutomaticSettings, reference 1.2.3 (2b8cf3), with Swift 5.10 for macOS (SPM) on 7 Jan 2025 12:05:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzysztofzablocki/AutomaticSettings.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzysztofzablocki/AutomaticSettings
 * tag               1.2.3      -> FETCH_HEAD
HEAD is now at 2b8cf3c Update Package.swift
Cloned https://github.com/krzysztofzablocki/AutomaticSettings.git
Revision (git rev-parse @):
2b8cf3cb09aba49a1d3c2f8049f2b364b11858b3
SUCCESS checkout https://github.com/krzysztofzablocki/AutomaticSettings.git at 1.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/krzysztofzablocki/AutomaticSettings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling AutomaticSettings Foundation+Extensions.swift
[4/7] Compiling AutomaticSettings AutomaticSettingsViewModel.swift
[5/7] Compiling AutomaticSettings AutomaticSettingsProtocols.swift
[6/7] Emitting module AutomaticSettings
[7/7] Compiling AutomaticSettings AutomaticSettingsViewDSL.swift
Build complete! (8.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AutomaticSettings",
  "name" : "AutomaticSettings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AutomaticSettings",
      "targets" : [
        "AutomaticSettings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutomaticSettingsTests",
      "module_type" : "SwiftTarget",
      "name" : "AutomaticSettingsTests",
      "path" : "Tests/AutomaticSettingsTests",
      "sources" : [
        "AutomaticSettingsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AutomaticSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutomaticSettings",
      "module_type" : "SwiftTarget",
      "name" : "AutomaticSettings",
      "path" : "Sources/AutomaticSettings",
      "product_memberships" : [
        "AutomaticSettings"
      ],
      "sources" : [
        "AutomaticSettingsProtocols.swift",
        "AutomaticSettingsViewDSL.swift",
        "AutomaticSettingsViewModel.swift",
        "Foundation+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.