Build Information
Successful build of googleads-swift, reference 0.3.4 (37ffec
), with Swift 6.0 for macOS (SPM) on 4 Jun 2025 08:48:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/googleads-swift.git
Reference: 0.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/googleads-swift
* tag 0.3.4 -> FETCH_HEAD
HEAD is now at 37ffec1 add release.yml (#29)
Cloned https://github.com/zunda-pixel/googleads-swift.git
Revision (git rev-parse @):
37ffec198ad8f45ae17ae6c87fd28306a38e6762
SUCCESS checkout https://github.com/zunda-pixel/googleads-swift.git at 0.3.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/zunda-pixel/googleads-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/14] Compiling HTTPTypes HTTPRequest.swift
[7/14] Compiling HTTPTypes HTTPFieldName.swift
[8/14] Compiling HTTPTypes HTTPResponse.swift
[9/14] Compiling HTTPTypes ISOLatin1String.swift
[10/14] Compiling HTTPTypes HTTPParsedFields.swift
[11/14] Compiling HTTPTypes NIOLock.swift
[12/14] Compiling HTTPTypes HTTPField.swift
[13/14] Compiling HTTPTypes HTTPFields.swift
[14/14] Emitting module HTTPTypes
[15/20] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[16/20] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[17/20] Emitting module HTTPTypesFoundation
[18/20] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[19/20] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[20/20] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[21/23] Compiling HTTPClient URLSesssion++.swift
[22/23] Emitting module HTTPClient
[23/23] Compiling HTTPClient HTTPClient.swift
[24/29] Compiling GoogleAds Video++.swift
[25/29] Compiling GoogleAds Video.swift
[26/29] Compiling GoogleAds AdTemplate.swift
[27/29] Compiling GoogleAds GoogleAdsClient.swift
[28/29] Emitting module GoogleAds
[29/29] Compiling GoogleAds Response.swift
Build complete! (16.08s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/zunda-pixel/http-client.git
Fetching https://github.com/kewlbear/XMLDocument.git
[1/106] Fetching http-client
[95/203] Fetching http-client, xmldocument
[192/1107] Fetching http-client, xmldocument, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.83s)
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.83s)
Fetched https://github.com/kewlbear/XMLDocument.git from cache (0.83s)
Computing version for https://github.com/kewlbear/XMLDocument.git
Computed https://github.com/kewlbear/XMLDocument.git at 1.0.0 (3.17s)
Computing version for https://github.com/zunda-pixel/http-client.git
Computed https://github.com/zunda-pixel/http-client.git at 0.3.0 (0.46s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.48s)
Creating working copy for https://github.com/kewlbear/XMLDocument.git
Working copy of https://github.com/kewlbear/XMLDocument.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/zunda-pixel/http-client.git
Working copy of https://github.com/zunda-pixel/http-client.git resolved at 0.3.0
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libxml-2.0 using your system-packager:
brew install libxml2
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/http-client.git"
},
{
"identity" : "xmldocument",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/XMLDocument.git"
}
],
"manifest_display_name" : "googleads-swift",
"name" : "googleads-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GoogleAds",
"targets" : [
"GoogleAds"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleAdsTests",
"module_type" : "SwiftTarget",
"name" : "GoogleAdsTests",
"path" : "Tests/GoogleAdsTests",
"sources" : [
"GoogleAdsTests.swift"
],
"target_dependencies" : [
"GoogleAds"
],
"type" : "test"
},
{
"c99name" : "GoogleAds",
"module_type" : "SwiftTarget",
"name" : "GoogleAds",
"path" : "Sources/GoogleAds",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"HTTPClient",
"XMLDocument"
],
"product_memberships" : [
"GoogleAds"
],
"sources" : [
"AdTemplate.swift",
"GoogleAdsClient.swift",
"Response.swift",
"Video++.swift",
"Video.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.