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 axx, reference main (48e41b), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:58:32 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/eneko/axx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eneko/axx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 48e41bf Update version
Cloned https://github.com/eneko/axx.git
Revision (git rev-parse @):
48e41bf8ff58c028bbd89ed5e522b945536f74f2
SUCCESS checkout https://github.com/eneko/axx.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/eneko/axx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write axx-entitlement.plist
[2/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/17] Emitting module ArgumentParserToolInfo
[9/52] Emitting module ArgumentParser
[10/55] Compiling ArgumentParser CommandConfiguration.swift
[11/55] Compiling ArgumentParser EnumerableFlag.swift
[12/55] Compiling ArgumentParser ExpressibleByArgument.swift
[13/55] Compiling ArgumentParser ParsableArguments.swift
[14/55] Compiling ArgumentParser Parsed.swift
[15/55] Compiling ArgumentParser ParsedValues.swift
[16/55] Compiling ArgumentParser ParserError.swift
[17/55] Compiling ArgumentParser SplitArguments.swift
[18/55] Compiling ArgumentParser SequenceExtensions.swift
[19/55] Compiling ArgumentParser StringExtensions.swift
[20/55] Compiling ArgumentParser Tree.swift
[21/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/55] Compiling ArgumentParser CompletionsGenerator.swift
[23/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/55] Compiling ArgumentParser Flag.swift
[26/55] Compiling ArgumentParser NameSpecification.swift
[27/55] Compiling ArgumentParser Option.swift
[28/55] Compiling ArgumentParser OptionGroup.swift
[29/55] Compiling AxxCrypto KeyLoader.swift
[30/55] Compiling AxxCrypto Base64KeyEncoder.swift
[31/55] Compiling AxxCrypto PBKDF2Derivator.swift
[32/55] Compiling AxxCrypto AES256KeyGenerator.swift
[33/55] Emitting module AxxCrypto
[34/55] Compiling AxxCrypto AES256CBCCipher.swift
[35/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/55] Compiling ArgumentParser ParsableCommand.swift
[37/55] Compiling ArgumentParser ArgumentDecoder.swift
[38/55] Compiling ArgumentParser ArgumentDefinition.swift
[39/55] Compiling ArgumentParser MessageInfo.swift
[40/55] Compiling ArgumentParser UsageGenerator.swift
[41/55] Compiling ArgumentParser CollectionExtensions.swift
[42/55] Compiling ArgumentParser Argument.swift
[43/55] Compiling ArgumentParser ArgumentHelp.swift
[44/55] Compiling ArgumentParser CompletionKind.swift
[45/55] Compiling ArgumentParser Errors.swift
[46/55] Compiling ArgumentParser ArgumentSet.swift
[47/55] Compiling ArgumentParser CommandParser.swift
[48/55] Compiling ArgumentParser InputOrigin.swift
[49/55] Compiling ArgumentParser Name.swift
[50/55] Compiling ArgumentParser DumpHelpGenerator.swift
[51/55] Compiling ArgumentParser HelpCommand.swift
[52/55] Compiling ArgumentParser HelpGenerator.swift
[53/61] Compiling axx main.swift
[54/61] Compiling axx Options.swift
[55/61] Compiling axx GenerateKey.swift
[56/61] Compiling axx Encrypt.swift
[57/61] Emitting module axx
[58/61] Compiling axx Decrypt.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking axx
[60/61] Applying axx
Build complete! (9.05s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (3.50s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "axx",
  "name" : "axx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AxxCrypto",
      "targets" : [
        "AxxCrypto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "axx",
      "targets" : [
        "axx"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "axxTests",
      "module_type" : "SwiftTarget",
      "name" : "axxTests",
      "path" : "Tests/axxTests",
      "sources" : [
        "axxTests.swift"
      ],
      "target_dependencies" : [
        "axx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "axx",
      "module_type" : "SwiftTarget",
      "name" : "axx",
      "path" : "Sources/axx",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "axx"
      ],
      "sources" : [
        "Decrypt.swift",
        "Encrypt.swift",
        "GenerateKey.swift",
        "Options.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "AxxCrypto"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AxxCryptoTests",
      "module_type" : "SwiftTarget",
      "name" : "AxxCryptoTests",
      "path" : "Tests/AxxCryptoTests",
      "sources" : [
        "AxxCryptoTests.swift"
      ],
      "target_dependencies" : [
        "AxxCrypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AxxCrypto",
      "module_type" : "SwiftTarget",
      "name" : "AxxCrypto",
      "path" : "Sources/AxxCrypto",
      "product_memberships" : [
        "AxxCrypto",
        "axx"
      ],
      "sources" : [
        "AES256CBCCipher.swift",
        "AES256KeyGenerator.swift",
        "Base64KeyEncoder.swift",
        "KeyLoader.swift",
        "PBKDF2Derivator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.