Build Information
Successful build of Poppo with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path: $workDir
https://github.com/rb-de0/Poppo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/14] Compiling Cryptor SSLPointerTricks.swift
[5/15] Compiling Cryptor Utilities.swift
[6/15] Compiling Cryptor Updatable.swift
[7/15] Compiling Cryptor HMAC.swift
[8/15] Compiling Cryptor Status.swift
[9/15] Compiling Cryptor Digest.swift
[10/15] Compiling Cryptor Random.swift
[11/15] Emitting module Cryptor
[12/15] Compiling Cryptor Crypto.swift
[13/15] Compiling Cryptor Cryptor.swift
[14/15] Compiling Cryptor StreamCryptor.swift
[15/15] Compiling Cryptor KeyDerivation.swift
[16/23] Compiling Poppo URLSessionHTTPClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionHTTPClient.swift:16:13: warning: capture of 'self' with non-sendable type 'URLSessionHTTPClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
6 |
7 | // URLSession Client
8 | class URLSessionHTTPClient: HTTPClient {
| `- note: class 'URLSessionHTTPClient' does not conform to the 'Sendable' protocol
9 |
10 | private let semaphore = DispatchSemaphore(value: 0)
:
14 | let session = URLSession(configuration: config)
15 | let task = session.dataTask(with: request){(data, resp, err) in
16 | self.semaphore.signal()
| `- warning: capture of 'self' with non-sendable type 'URLSessionHTTPClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 |
18 | }
[17/23] Compiling Poppo URLEncoder.swift
[18/23] Compiling Poppo Poppo.swift
[19/23] Compiling Poppo API.swift
[20/23] Compiling Poppo CurlHTTPClient.swift
[21/23] Compiling Poppo HTTPClient.swift
[22/23] Compiling Poppo OAuthClient.swift
[23/23] Emitting module Poppo
Build complete! (26.67s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1652] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.99s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.76s)
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.