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 0.1.0 (452a80), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:58:28 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eneko/axx
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 452a80a Migrate to ArgumentParser (#4)
Cloned https://github.com/eneko/axx.git
Revision (git rev-parse @):
452a80a64974e214f2c93cbcf580d4e57b33a68f
SUCCESS checkout https://github.com/eneko/axx.git at 0.1.0
========================================
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
[0/9] Write axx-entitlement.plist
[0/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 Argument.swift
[11/55] Compiling ArgumentParser ArgumentHelp.swift
[12/55] Compiling ArgumentParser CompletionKind.swift
[13/55] Compiling ArgumentParser Errors.swift
[14/55] Compiling ArgumentParser SequenceExtensions.swift
[15/55] Compiling ArgumentParser StringExtensions.swift
[16/55] Compiling ArgumentParser Tree.swift
[17/55] Compiling AxxCrypto KeyLoader.swift
[18/55] Compiling AxxCrypto AES256KeyGenerator.swift
[19/55] Compiling AxxCrypto Base64KeyEncoder.swift
[20/55] Compiling AxxCrypto PBKDF2Derivator.swift
[21/55] Emitting module AxxCrypto
[22/55] Compiling AxxCrypto AES256CBCCipher.swift
[23/55] Compiling ArgumentParser CommandConfiguration.swift
[24/55] Compiling ArgumentParser EnumerableFlag.swift
[25/55] Compiling ArgumentParser ExpressibleByArgument.swift
[26/55] Compiling ArgumentParser ParsableArguments.swift
[27/55] Compiling ArgumentParser Flag.swift
[28/55] Compiling ArgumentParser NameSpecification.swift
[29/55] Compiling ArgumentParser Option.swift
[30/55] Compiling ArgumentParser OptionGroup.swift
[31/55] Compiling ArgumentParser ArgumentSet.swift
[32/55] Compiling ArgumentParser CommandParser.swift
[33/55] Compiling ArgumentParser InputOrigin.swift
[34/55] Compiling ArgumentParser Name.swift
[35/55] Compiling ArgumentParser Parsed.swift
[36/55] Compiling ArgumentParser ParsedValues.swift
[37/55] Compiling ArgumentParser ParserError.swift
[38/55] Compiling ArgumentParser SplitArguments.swift
[39/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/55] Compiling ArgumentParser ParsableCommand.swift
[41/55] Compiling ArgumentParser ArgumentDecoder.swift
[42/55] Compiling ArgumentParser ArgumentDefinition.swift
[43/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/55] Compiling ArgumentParser CompletionsGenerator.swift
[45/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/55] Compiling ArgumentParser MessageInfo.swift
[48/55] Compiling ArgumentParser UsageGenerator.swift
[49/55] Compiling ArgumentParser CollectionExtensions.swift
[50/55] Compiling ArgumentParser DumpHelpGenerator.swift
[51/55] Compiling ArgumentParser HelpCommand.swift
[52/55] Compiling ArgumentParser HelpGenerator.swift
[53/61] Compiling axx Encrypt.swift
[54/61] Compiling axx GenerateKey.swift
[55/61] Compiling axx main.swift
[56/61] Compiling axx Decrypt.swift
[57/61] Emitting module axx
[58/61] Compiling axx Options.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking axx
[60/61] Applying axx
Build complete! (9.21s)
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.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (3.53s)
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.