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 AELog, reference 0.6.3 (42e29e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:10:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AELog.git
Reference: 0.6.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AELog
 * tag               0.6.3      -> FETCH_HEAD
HEAD is now at 42e29ec Merge branch 'release/0.6.3'
Cloned https://github.com/tadija/AELog.git
Revision (git rev-parse @):
42e29ec9b026640f4ee4c4a29db3a58712dcc9dc
SUCCESS checkout https://github.com/tadija/AELog.git at 0.6.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tadija/AELog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling AELog Line.swift
[4/6] Compiling AELog Log.swift
[5/6] Compiling AELog Settings.swift
[6/6] Emitting module AELog
Build complete! (3.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AELog",
  "name" : "AELog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "AELog",
      "targets" : [
        "AELog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AELogTests",
      "module_type" : "SwiftTarget",
      "name" : "AELogTests",
      "path" : "Tests/AELogTests",
      "sources" : [
        "AELogTests.swift"
      ],
      "target_dependencies" : [
        "AELog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AELog",
      "module_type" : "SwiftTarget",
      "name" : "AELog",
      "path" : "Sources/AELog",
      "product_memberships" : [
        "AELog"
      ],
      "sources" : [
        "Line.swift",
        "Log.swift",
        "Settings.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.