The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TweetNacl, reference 1.1.5 (7f6907), with Swift 6.2 for macOS (SPM) on 9 Dec 2025 07:12:40 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/khipu/tweetnacl-swiftwrap.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/khipu/tweetnacl-swiftwrap
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 7f6907d wip
Cloned https://github.com/khipu/tweetnacl-swiftwrap.git
Revision (git rev-parse @):
7f6907d8352fd4454bdda4fc4b059baa66fe014a
SUCCESS checkout https://github.com/khipu/tweetnacl-swiftwrap.git at 1.1.5
========================================
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": "tweetnacl-swiftwrap",
      "name": "TweetNacl",
      "url": "https://github.com/khipu/tweetnacl-swiftwrap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tweetnacl-swiftwrap",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/khipu/tweetnacl-swiftwrap.git
[1/464] Fetching tweetnacl-swiftwrap
Fetched https://github.com/khipu/tweetnacl-swiftwrap.git from cache (1.12s)
Creating working copy for https://github.com/khipu/tweetnacl-swiftwrap.git
Working copy of https://github.com/khipu/tweetnacl-swiftwrap.git resolved at 1.1.5 (7f6907d)
warning: '.resolve-product-dependencies': dependency 'tweetnacl-swiftwrap' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/khipu/tweetnacl-swiftwrap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-49B95AFC49DCD68C.txt
[2/3] Compiling CTweetNacl ctweetnacl.c
[4/6] Emitting module TweetNacl
[5/6] Compiling TweetNacl TweetNacl.swift
[6/6] Compiling TweetNacl Constant.swift
Build complete! (3.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TweetNacl",
  "name" : "TweetNacl",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TweetNacl",
      "targets" : [
        "TweetNacl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TweetNaclTests",
      "module_type" : "SwiftTarget",
      "name" : "TweetNaclTests",
      "path" : "Tests/TweetNaclTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TweetNaclTests/BoxTestData.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TweetNaclTests/ScalarMultiTestData.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TweetNaclTests/SecretboxTestData.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TweetNaclTests/SignTestData.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NaclBox_Tests.swift",
        "NaclScalarMulti_Tests.swift",
        "NaclSecretbox_Tests.swift",
        "NaclSign_Tests.swift"
      ],
      "target_dependencies" : [
        "TweetNacl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TweetNacl",
      "module_type" : "SwiftTarget",
      "name" : "TweetNacl",
      "path" : "Sources/TweetNacl",
      "product_memberships" : [
        "TweetNacl"
      ],
      "sources" : [
        "Constant.swift",
        "TweetNacl.swift"
      ],
      "target_dependencies" : [
        "CTweetNacl"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CTweetNacl",
      "module_type" : "ClangTarget",
      "name" : "CTweetNacl",
      "path" : "Sources/CTweetNacl",
      "product_memberships" : [
        "TweetNacl"
      ],
      "sources" : [
        "ctweetnacl.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.