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 Poppo, reference master (e3f61c), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:51:12 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/rb-de0/Poppo.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rb-de0/Poppo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e3f61c8 Merge pull request #4 from rb-de0/swift-5.2
Cloned https://github.com/rb-de0/Poppo.git
Revision (git rev-parse @):
e3f61c8f020417ca40d5b96470ea9b0b5ca4b505
SUCCESS checkout https://github.com/rb-de0/Poppo.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rb-de0/Poppo.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
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Cryptor Status.swift
[5/14] Compiling Cryptor SSLPointerTricks.swift
[6/14] Compiling Cryptor Crypto.swift
[7/14] Compiling Cryptor Cryptor.swift
[8/15] Compiling Cryptor HMAC.swift
[9/15] Compiling Cryptor KeyDerivation.swift
[10/15] Compiling Cryptor Random.swift
[11/15] Emitting module Cryptor
[12/15] Compiling Cryptor Digest.swift
[13/15] Compiling Cryptor Updatable.swift
[14/15] Compiling Cryptor StreamCryptor.swift
[15/15] Compiling Cryptor Utilities.swift
[16/23] Compiling Poppo OAuthClient.swift
[17/23] Compiling Poppo URLEncoder.swift
[18/23] Compiling Poppo CurlHTTPClient.swift
[19/23] Compiling Poppo HTTPClient.swift
[20/23] Compiling Poppo API.swift
[21/23] Compiling Poppo Poppo.swift
[22/23] Emitting module Poppo
[23/23] Compiling Poppo URLSessionHTTPClient.swift
Build complete! (8.69s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.84s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.38s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    }
  ],
  "manifest_display_name" : "Poppo",
  "name" : "Poppo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Poppo",
      "targets" : [
        "Poppo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoppoTests",
      "module_type" : "SwiftTarget",
      "name" : "PoppoTests",
      "path" : "Tests/PoppoTests",
      "sources" : [
        "PoppoTests.swift"
      ],
      "target_dependencies" : [
        "Poppo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Poppo",
      "module_type" : "SwiftTarget",
      "name" : "Poppo",
      "path" : "Sources",
      "product_dependencies" : [
        "Cryptor"
      ],
      "product_memberships" : [
        "Poppo"
      ],
      "sources" : [
        "API.swift",
        "CurlHTTPClient.swift",
        "HTTPClient.swift",
        "OAuthClient.swift",
        "Poppo.swift",
        "URLEncoder.swift",
        "URLSessionHTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.