Build Information
Successful build of EmbeddedProvision, reference main (7821d6
), with Swift 6.0 for macOS (SPM) on 18 Dec 2024 19:04:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/magicbell/embedded-provision.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/magicbell/embedded-provision
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7821d66 Merge pull request #12 from magicbell/example-updates
Cloned https://github.com/magicbell/embedded-provision.git
Revision (git rev-parse @):
7821d661849070850144e7c3b47c6ec526c4712a
SUCCESS checkout https://github.com/magicbell/embedded-provision.git at main
Fetching https://github.com/filom/ASN1Decoder
[1/757] Fetching asn1decoder
Fetched https://github.com/filom/ASN1Decoder from cache (1.08s)
Computing version for https://github.com/filom/ASN1Decoder
Computed https://github.com/filom/ASN1Decoder at 1.10.0 (0.55s)
Creating working copy for https://github.com/filom/ASN1Decoder
Working copy of https://github.com/filom/ASN1Decoder resolved at 1.10.0
========================================
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",
"dependencies": [
{
"identity": "embedded-provision",
"name": "EmbeddedProvision",
"url": "https://github.com/magicbell/embedded-provision.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/embedded-provision",
"dependencies": [
{
"identity": "asn1decoder",
"name": "ASN1Decoder",
"url": "https://github.com/filom/ASN1Decoder",
"version": "1.10.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASN1Decoder",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/magicbell/embedded-provision.git
[1/337] Fetching embedded-provision
Fetched https://github.com/magicbell/embedded-provision.git from cache (1.15s)
Fetching https://github.com/filom/ASN1Decoder from cache
Fetched https://github.com/filom/ASN1Decoder from cache (0.58s)
Computing version for https://github.com/filom/ASN1Decoder
Computed https://github.com/filom/ASN1Decoder at 1.10.0 (0.02s)
Creating working copy for https://github.com/filom/ASN1Decoder
Working copy of https://github.com/filom/ASN1Decoder resolved at 1.10.0
Creating working copy for https://github.com/magicbell/embedded-provision.git
Working copy of https://github.com/magicbell/embedded-provision.git resolved at main (7821d66)
warning: '.resolve-product-dependencies': dependency 'embedded-provision' is not used by any target
Found 1 product dependencies
- ASN1Decoder
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/magicbell/embedded-provision.git
https://github.com/magicbell/embedded-provision.git
{
"dependencies" : [
{
"identity" : "asn1decoder",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/filom/ASN1Decoder"
}
],
"manifest_display_name" : "EmbeddedProvision",
"name" : "EmbeddedProvision",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "EmbeddedProvision",
"targets" : [
"EmbeddedProvision"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EmbeddedProvisionTests",
"module_type" : "SwiftTarget",
"name" : "EmbeddedProvisionTests",
"path" : "Tests",
"product_dependencies" : [
"ASN1Decoder"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/embedded.mobileprovision",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Bundle+Testing.swift",
"EmbeddedProvisionTests.swift"
],
"target_dependencies" : [
"EmbeddedProvision"
],
"type" : "test"
},
{
"c99name" : "EmbeddedProvision",
"module_type" : "SwiftTarget",
"name" : "EmbeddedProvision",
"path" : "Source",
"product_dependencies" : [
"ASN1Decoder"
],
"product_memberships" : [
"EmbeddedProvision"
],
"sources" : [
"APSEnvironment.swift",
"EmbeddedProvision.swift",
"Entitlements.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/17] Compiling ASN1Decoder X509Certificate.swift
[5/17] Compiling ASN1Decoder X509ExtensionAltName.swift
[6/17] Compiling ASN1Decoder X509ExtensionClasses.swift
[7/18] Compiling ASN1Decoder PKCS7.swift
[8/18] Compiling ASN1Decoder PKCS7_AppleReceipt.swift
[9/18] Compiling ASN1Decoder X509Extension.swift
[10/18] Compiling ASN1Decoder ASN1Decoder.swift
[11/18] Compiling ASN1Decoder ASN1DistinguishedNames.swift
[12/18] Compiling ASN1Decoder ASN1Object.swift
[13/18] Compiling ASN1Decoder OID.swift
[14/18] Compiling ASN1Decoder ASN1Encoder.swift
[15/18] Compiling ASN1Decoder ASN1Identifier.swift
[16/18] Emitting module ASN1Decoder
[17/18] Compiling ASN1Decoder PKCS7_Signature.swift
[18/18] Compiling ASN1Decoder X509PublicKey.swift
[19/22] Compiling EmbeddedProvision Entitlements.swift
[20/22] Compiling EmbeddedProvision APSEnvironment.swift
[21/22] Emitting module EmbeddedProvision
[22/22] Compiling EmbeddedProvision EmbeddedProvision.swift
Build complete! (17.36s)
Build complete.
{
"dependencies" : [
{
"identity" : "asn1decoder",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/filom/ASN1Decoder"
}
],
"manifest_display_name" : "EmbeddedProvision",
"name" : "EmbeddedProvision",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "EmbeddedProvision",
"targets" : [
"EmbeddedProvision"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EmbeddedProvisionTests",
"module_type" : "SwiftTarget",
"name" : "EmbeddedProvisionTests",
"path" : "Tests",
"product_dependencies" : [
"ASN1Decoder"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/embedded.mobileprovision",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Bundle+Testing.swift",
"EmbeddedProvisionTests.swift"
],
"target_dependencies" : [
"EmbeddedProvision"
],
"type" : "test"
},
{
"c99name" : "EmbeddedProvision",
"module_type" : "SwiftTarget",
"name" : "EmbeddedProvision",
"path" : "Source",
"product_dependencies" : [
"ASN1Decoder"
],
"product_memberships" : [
"EmbeddedProvision"
],
"sources" : [
"APSEnvironment.swift",
"EmbeddedProvision.swift",
"Entitlements.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.