Build Information
Successful build of DigicertSwift 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/yasumoto/digicertswift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yasumoto/digicertswift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 10272f2 Cloud SSL request too
Cloned https://github.com/yasumoto/digicertswift.git
Revision (git rev-parse @):
10272f299a29b804ab7a3cce688360d934d9e90d
SUCCESS checkout https://github.com/yasumoto/digicertswift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/yasumoto/digicertswift.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/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/4] Emitting module DigicertSwift
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:243:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
241 | let csr: String
242 | let signature_hash: SignatureHash
243 | let organization_units: [String]? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'organization_units' case to silence this warning
| `- note: make the property mutable instead
244 | let server_platform: ServerPlatform? = nil
245 | let profile_option: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:244:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
242 | let signature_hash: SignatureHash
243 | let organization_units: [String]? = nil
244 | let server_platform: ServerPlatform? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'server_platform' case to silence this warning
| `- note: make the property mutable instead
245 | let profile_option: String? = nil
246 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:245:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
243 | let organization_units: [String]? = nil
244 | let server_platform: ServerPlatform? = nil
245 | let profile_option: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'profile_option' case to silence this warning
| `- note: make the property mutable instead
246 | }
247 |
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:253:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
251 | let organization: RequestOrganization
252 | let validity_years: Int
253 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'custom_expiration_date' case to silence this warning
| `- note: make the property mutable instead
254 | let comments: String? = nil
255 | let disable_renewal_notifications: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:254:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
252 | let validity_years: Int
253 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
254 | let comments: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'comments' case to silence this warning
| `- note: make the property mutable instead
255 | let disable_renewal_notifications: Bool? = nil
256 | let renewal_of_order_id: Int? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:255:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
253 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
254 | let comments: String? = nil
255 | let disable_renewal_notifications: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_renewal_notifications' case to silence this warning
| `- note: make the property mutable instead
256 | let renewal_of_order_id: Int? = nil
257 | let disable_ct: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:256:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
254 | let comments: String? = nil
255 | let disable_renewal_notifications: Bool? = nil
256 | let renewal_of_order_id: Int? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'renewal_of_order_id' case to silence this warning
| `- note: make the property mutable instead
257 | let disable_ct: Bool? = nil
258 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:257:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
255 | let disable_renewal_notifications: Bool? = nil
256 | let renewal_of_order_id: Int? = nil
257 | let disable_ct: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_ct' case to silence this warning
| `- note: make the property mutable instead
258 | }
259 |
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:307:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
305 | let csr: String
306 | let signature_hash: SignatureHash
307 | let organization_units: [String]? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'organization_units' case to silence this warning
| `- note: make the property mutable instead
308 | let server_platform: ServerPlatform? = nil
309 | let profile_option: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:308:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
306 | let signature_hash: SignatureHash
307 | let organization_units: [String]? = nil
308 | let server_platform: ServerPlatform? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'server_platform' case to silence this warning
| `- note: make the property mutable instead
309 | let profile_option: String? = nil
310 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:309:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
307 | let organization_units: [String]? = nil
308 | let server_platform: ServerPlatform? = nil
309 | let profile_option: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'profile_option' case to silence this warning
| `- note: make the property mutable instead
310 | }
311 |
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:316:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
314 | let organization: RequestOrganization
315 | let validity_years: Int
316 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'custom_expiration_date' case to silence this warning
| `- note: make the property mutable instead
317 | let comments: String? = nil
318 | let disable_renewal_notifications: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:317:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
315 | let validity_years: Int
316 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
317 | let comments: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'comments' case to silence this warning
| `- note: make the property mutable instead
318 | let disable_renewal_notifications: Bool? = nil
319 | let renewal_of_order_id: Int? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:318:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
316 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
317 | let comments: String? = nil
318 | let disable_renewal_notifications: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_renewal_notifications' case to silence this warning
| `- note: make the property mutable instead
319 | let renewal_of_order_id: Int? = nil
320 | let disable_ct: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:319:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
317 | let comments: String? = nil
318 | let disable_renewal_notifications: Bool? = nil
319 | let renewal_of_order_id: Int? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'renewal_of_order_id' case to silence this warning
| `- note: make the property mutable instead
320 | let disable_ct: Bool? = nil
321 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:320:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
318 | let disable_renewal_notifications: Bool? = nil
319 | let renewal_of_order_id: Int? = nil
320 | let disable_ct: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_ct' case to silence this warning
| `- note: make the property mutable instead
321 | }
322 |
[4/4] Compiling DigicertSwift DigicertSwift.swift
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:113:17: warning: capture of 'self' with non-sendable type 'DigicertSwift' in a `@Sendable` closure; this is an error in the Swift 6 language mode
16 | }
17 |
18 | public struct DigicertSwift {
| `- note: consider making struct 'DigicertSwift' conform to the 'Sendable' protocol
19 | let baseDomain = "https://www.digicert.com/services/v2/"
20 | let authHeader = "X-DC-DEVKEY"
:
111 | }
112 | }
113 | self.sema.signal()
| `- warning: capture of 'self' with non-sendable type 'DigicertSwift' in a `@Sendable` closure; this is an error in the Swift 6 language mode
114 | }
115 | task.resume()
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:96:37: warning: mutation of captured var 'errorResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
94 | let errors = try JSONDecoder().decode(DigicertNetworkErrors.self, from: data)
95 | if let error = errors.errors.first {
96 | errorResponse = error
| `- warning: mutation of captured var 'errorResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
97 | }
98 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:110:25: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
108 | }
109 | if let data = $0 {
110 | response = data
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
111 | }
112 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:243:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
241 | let csr: String
242 | let signature_hash: SignatureHash
243 | let organization_units: [String]? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'organization_units' case to silence this warning
| `- note: make the property mutable instead
244 | let server_platform: ServerPlatform? = nil
245 | let profile_option: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:244:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
242 | let signature_hash: SignatureHash
243 | let organization_units: [String]? = nil
244 | let server_platform: ServerPlatform? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'server_platform' case to silence this warning
| `- note: make the property mutable instead
245 | let profile_option: String? = nil
246 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:245:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
243 | let organization_units: [String]? = nil
244 | let server_platform: ServerPlatform? = nil
245 | let profile_option: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'profile_option' case to silence this warning
| `- note: make the property mutable instead
246 | }
247 |
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:253:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
251 | let organization: RequestOrganization
252 | let validity_years: Int
253 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'custom_expiration_date' case to silence this warning
| `- note: make the property mutable instead
254 | let comments: String? = nil
255 | let disable_renewal_notifications: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:254:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
252 | let validity_years: Int
253 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
254 | let comments: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'comments' case to silence this warning
| `- note: make the property mutable instead
255 | let disable_renewal_notifications: Bool? = nil
256 | let renewal_of_order_id: Int? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:255:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
253 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
254 | let comments: String? = nil
255 | let disable_renewal_notifications: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_renewal_notifications' case to silence this warning
| `- note: make the property mutable instead
256 | let renewal_of_order_id: Int? = nil
257 | let disable_ct: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:256:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
254 | let comments: String? = nil
255 | let disable_renewal_notifications: Bool? = nil
256 | let renewal_of_order_id: Int? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'renewal_of_order_id' case to silence this warning
| `- note: make the property mutable instead
257 | let disable_ct: Bool? = nil
258 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:257:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
255 | let disable_renewal_notifications: Bool? = nil
256 | let renewal_of_order_id: Int? = nil
257 | let disable_ct: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_ct' case to silence this warning
| `- note: make the property mutable instead
258 | }
259 |
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:307:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
305 | let csr: String
306 | let signature_hash: SignatureHash
307 | let organization_units: [String]? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'organization_units' case to silence this warning
| `- note: make the property mutable instead
308 | let server_platform: ServerPlatform? = nil
309 | let profile_option: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:308:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
306 | let signature_hash: SignatureHash
307 | let organization_units: [String]? = nil
308 | let server_platform: ServerPlatform? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'server_platform' case to silence this warning
| `- note: make the property mutable instead
309 | let profile_option: String? = nil
310 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:309:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
307 | let organization_units: [String]? = nil
308 | let server_platform: ServerPlatform? = nil
309 | let profile_option: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'profile_option' case to silence this warning
| `- note: make the property mutable instead
310 | }
311 |
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:316:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
314 | let organization: RequestOrganization
315 | let validity_years: Int
316 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'custom_expiration_date' case to silence this warning
| `- note: make the property mutable instead
317 | let comments: String? = nil
318 | let disable_renewal_notifications: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:317:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
315 | let validity_years: Int
316 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
317 | let comments: String? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'comments' case to silence this warning
| `- note: make the property mutable instead
318 | let disable_renewal_notifications: Bool? = nil
319 | let renewal_of_order_id: Int? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:318:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
316 | let custom_expiration_date: String? = nil //TODO Make this YYYY-MM-DD format
317 | let comments: String? = nil
318 | let disable_renewal_notifications: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_renewal_notifications' case to silence this warning
| `- note: make the property mutable instead
319 | let renewal_of_order_id: Int? = nil
320 | let disable_ct: Bool? = nil
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:319:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
317 | let comments: String? = nil
318 | let disable_renewal_notifications: Bool? = nil
319 | let renewal_of_order_id: Int? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'renewal_of_order_id' case to silence this warning
| `- note: make the property mutable instead
320 | let disable_ct: Bool? = nil
321 | }
/Users/admin/builder/spi-builder-workspace/Sources/DigicertSwift/DigicertSwift.swift:320:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
318 | let disable_renewal_notifications: Bool? = nil
319 | let renewal_of_order_id: Int? = nil
320 | let disable_ct: Bool? = nil
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'disable_ct' case to silence this warning
| `- note: make the property mutable instead
321 | }
322 |
Build complete! (16.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DigicertSwift",
"name" : "DigicertSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DigicertSwift",
"targets" : [
"DigicertSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DigicertSwiftTests",
"module_type" : "SwiftTarget",
"name" : "DigicertSwiftTests",
"path" : "Tests/DigicertSwiftTests",
"sources" : [
"DigicertSwiftTests.swift"
],
"target_dependencies" : [
"DigicertSwift"
],
"type" : "test"
},
{
"c99name" : "DigicertSwift",
"module_type" : "SwiftTarget",
"name" : "DigicertSwift",
"path" : "Sources/DigicertSwift",
"product_memberships" : [
"DigicertSwift"
],
"sources" : [
"DigicertSwift.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.