The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryCookies, reference master (8f9428), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:40:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/interstateone/binarycookies.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/interstateone/binarycookies
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8f94281 Use new decodeRemainder() API to decode plist
Cloned https://github.com/interstateone/binarycookies.git
Revision (git rev-parse @):
8f942818b31c7e72626641ef5348f02b0ad22369
SUCCESS checkout https://github.com/interstateone/binarycookies.git at master
Fetching https://github.com/jverkoey/BinaryCodable
[1/762] Fetching binarycodable
Fetched https://github.com/jverkoey/BinaryCodable from cache (0.73s)
Creating working copy for https://github.com/jverkoey/BinaryCodable
Working copy of https://github.com/jverkoey/BinaryCodable resolved at 2d4834e4972c46bdb3ec59d025ba29b7e9b7522b
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "binarycookies",
      "name": "BinaryCookies",
      "url": "https://github.com/interstateone/binarycookies.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/binarycookies",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "binarycodable",
          "name": "BinaryCodable",
          "url": "https://github.com/jverkoey/BinaryCodable",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BinaryCodable",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/interstateone/binarycookies.git
[1/84] Fetching binarycookies
Fetched https://github.com/interstateone/binarycookies.git from cache (0.59s)
Fetching https://github.com/jverkoey/BinaryCodable from cache
Fetched https://github.com/jverkoey/BinaryCodable from cache (0.44s)
Creating working copy for https://github.com/interstateone/binarycookies.git
Working copy of https://github.com/interstateone/binarycookies.git resolved at master (8f94281)
Creating working copy for https://github.com/jverkoey/BinaryCodable
Working copy of https://github.com/jverkoey/BinaryCodable resolved at 2d4834e4972c46bdb3ec59d025ba29b7e9b7522b
Found 1 product dependencies
  - BinaryCodable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/interstateone/binarycookies.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write dumpcookies-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/16] Compiling BinaryCodable BinaryDecodable.swift
[7/16] Compiling BinaryCodable BinaryEncodable.swift
[8/16] Compiling BinaryCodable ByteRepresentations.swift
[9/16] Compiling BinaryCodable BinaryDataEncoder.swift
[10/16] Compiling BinaryCodable BufferedData.swift
[11/16] Compiling BinaryCodable BinaryCodable.swift
[12/16] Emitting module BinaryCodable
[13/16] Compiling BinaryCodable BinaryDataDecoder.swift
[14/18] Emitting module BinaryCookies
[15/18] Compiling BinaryCookies BinaryCookies.swift
[16/21] Compiling dumpcookies main.swift
[17/21] Emitting module dumpcookies
[18/21] Compiling dumpcookies Extensions.swift
[18/21] Write Objects.LinkFileList
[19/21] Linking dumpcookies
[20/21] Applying dumpcookies
Build complete! (6.58s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "binarycodable",
      "requirement" : {
        "revision" : [
          "2d4834e4972c46bdb3ec59d025ba29b7e9b7522b"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jverkoey/BinaryCodable"
    }
  ],
  "manifest_display_name" : "BinaryCookies",
  "name" : "BinaryCookies",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BinaryCookies",
      "targets" : [
        "BinaryCookies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dumpcookies",
      "targets" : [
        "dumpcookies"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dumpcookies",
      "module_type" : "SwiftTarget",
      "name" : "dumpcookies",
      "path" : "Sources/dumpcookies",
      "product_memberships" : [
        "dumpcookies"
      ],
      "sources" : [
        "Extensions.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "BinaryCookies"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BinaryCookies",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCookies",
      "path" : "Sources/BinaryCookies",
      "product_dependencies" : [
        "BinaryCodable"
      ],
      "product_memberships" : [
        "BinaryCookies",
        "dumpcookies"
      ],
      "sources" : [
        "BinaryCookies.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.