Build Information
Successful build of Poppo, reference master (e3f61c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:47:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.89s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.60s)
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
========================================
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": "poppo",
"name": "Poppo",
"url": "https://github.com/rb-de0/Poppo.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Poppo",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bluecryptor",
"name": "Cryptor",
"url": "https://github.com/IBM-Swift/BlueCryptor.git",
"version": "1.0.200",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueCryptor",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/rb-de0/Poppo.git
[1/151] Fetching poppo
Fetched https://github.com/rb-de0/Poppo.git from cache (0.59s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.47s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.54s)
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
Creating working copy for https://github.com/rb-de0/Poppo.git
Working copy of https://github.com/rb-de0/Poppo.git resolved at master (e3f61c8)
warning: '.resolve-product-dependencies': dependency 'poppo' is not used by any target
Found 1 product dependencies
- Cryptor
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/rb-de0/Poppo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/14] Compiling Cryptor Random.swift
[5/14] Compiling Cryptor KeyDerivation.swift
[6/14] Compiling Cryptor HMAC.swift
[7/14] Emitting module Cryptor
[8/14] Compiling Cryptor Digest.swift
[9/14] Compiling Cryptor Crypto.swift
[10/14] Compiling Cryptor Cryptor.swift
[11/14] Compiling Cryptor StreamCryptor.swift
[12/14] Compiling Cryptor Status.swift
[13/14] Compiling Cryptor SSLPointerTricks.swift
[14/14] Compiling Cryptor Updatable.swift
[15/15] Compiling Cryptor Utilities.swift
[16/23] Compiling Poppo URLEncoder.swift
[17/23] Compiling Poppo URLSessionHTTPClient.swift
[18/23] Compiling Poppo CurlHTTPClient.swift
[19/23] Compiling Poppo HTTPClient.swift
[20/23] Emitting module Poppo
[21/23] Compiling Poppo Poppo.swift
[22/23] Compiling Poppo API.swift
[23/23] Compiling Poppo OAuthClient.swift
Build complete! (8.36s)
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.