The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TweetNacl, reference 1.1.0 (f8fd11), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 17:57:17 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/bitmark-inc/tweetnacl-swiftwrap.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bitmark-inc/tweetnacl-swiftwrap
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at f8fd111 Merge pull request #9 from danielrbrowne/tech/refactor-api
Cloned https://github.com/bitmark-inc/tweetnacl-swiftwrap.git
Revision (git rev-parse @):
f8fd111642bf2336b11ef9ea828510693106e954
SUCCESS checkout https://github.com/bitmark-inc/tweetnacl-swiftwrap.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bitmark-inc/tweetnacl-swiftwrap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling CTweetNacl ctweetnacl.c
[4/6] Compiling TweetNacl Constant.swift
[5/6] Emitting module TweetNacl
[6/6] Compiling TweetNacl TweetNacl.swift
Build complete! (3.28s)
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"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "TweetNaclTests",
      "module_type" : "SwiftTarget",
      "name" : "TweetNaclTests",
      "path" : "Tests/TweetNaclTests",
      "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" : "4.0"
}
Done.