The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Obfuscate, reference main (459e6e), with Swift 6.2 for macOS (SPM) on 26 Jan 2026 22:09:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aeastr/Obfuscate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/Obfuscate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 459e6ea Deprecate Obfuscate in favor of SwiftMacros
Cloned https://github.com/Aeastr/Obfuscate.git
Revision (git rev-parse @):
459e6ea0692ed5a5cbc79d414d56e1ff3b07e44d
SUCCESS checkout https://github.com/Aeastr/Obfuscate.git at main
Fetching https://github.com/swiftlang/swift-syntax
[1/73886] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.63s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (6.44s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.15s)
========================================
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",
  "dependencies": [
    {
      "identity": "obfuscate",
      "name": "Obfuscate",
      "url": "https://github.com/Aeastr/Obfuscate.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Obfuscate",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Aeastr/Obfuscate.git
[1/87] Fetching obfuscate
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.67s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.94s)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at main (459e6ea)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
warning: '.resolve-product-dependencies': dependency 'obfuscate' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Aeastr/Obfuscate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version-49B95AFC49DCD68C.txt
[5/9] Compiling ObfuscateMacro ObfuscatedString.swift
[6/9] Compiling ObfuscateMacro ObfuscateMacro.swift
[7/9] Emitting module ObfuscateMacro
[7/9] Write Objects.LinkFileList
[8/9] Linking ObfuscateMacro-tool
[10/13] Emitting module Obfuscate
[11/13] Compiling Obfuscate Obfuscate.swift
[13/13] Emitting module Obfuscate
Build complete! (5.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Obfuscate",
  "name" : "Obfuscate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Obfuscate",
      "targets" : [
        "Obfuscate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObfuscateMacro",
      "targets" : [
        "ObfuscateMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObfuscateTests",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateTests",
      "path" : "Tests/ObfuscateTests",
      "sources" : [
        "ObfuscateTests.swift"
      ],
      "target_dependencies" : [
        "Obfuscate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObfuscateMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacroTests",
      "path" : "Tests/ObfuscateMacroTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ObfuscateMacroTests.swift"
      ],
      "target_dependencies" : [
        "ObfuscateMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObfuscateMacro",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacro",
      "path" : "Sources/ObfuscateMacro",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Obfuscate",
        "ObfuscateMacro"
      ],
      "sources" : [
        "Macros/ObfuscatedString.swift",
        "ObfuscateMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Obfuscate",
      "module_type" : "SwiftTarget",
      "name" : "Obfuscate",
      "path" : "Sources/Obfuscate",
      "product_memberships" : [
        "Obfuscate"
      ],
      "sources" : [
        "Obfuscate.swift"
      ],
      "target_dependencies" : [
        "ObfuscateMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.