Build Information
Successful build of SwiftMsgPack, reference main (0dbc12
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 05:29:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jayadamsmorgan/SwiftMsgPack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jayadamsmorgan/SwiftMsgPack
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0dbc12a Update README.md
Cloned https://github.com/jayadamsmorgan/SwiftMsgPack.git
Revision (git rev-parse @):
0dbc12a8b0131ffda23744dd41b6df7c2a3f508b
SUCCESS checkout https://github.com/jayadamsmorgan/SwiftMsgPack.git at main
========================================
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": "swiftmsgpack",
"name": "SwiftMsgPack",
"url": "https://github.com/jayadamsmorgan/SwiftMsgPack.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMsgPack",
"dependencies": [
]
}
]
}
Fetching https://github.com/jayadamsmorgan/SwiftMsgPack.git
[1/338] Fetching swiftmsgpack
Fetched https://github.com/jayadamsmorgan/SwiftMsgPack.git from cache (0.78s)
Creating working copy for https://github.com/jayadamsmorgan/SwiftMsgPack.git
Working copy of https://github.com/jayadamsmorgan/SwiftMsgPack.git resolved at main (0dbc12a)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/jayadamsmorgan/SwiftMsgPack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/11] Compiling SwiftMsgPack Unpacking.swift
[6/11] Compiling SwiftMsgPack Types.swift
[7/11] Emitting module SwiftMsgPack
[8/11] Compiling SwiftMsgPack Packing.swift
[9/13] Emitting module Example
[10/13] Compiling Example Example.swift
[10/13] Write Objects.LinkFileList
[11/13] Linking Example
[12/13] Applying Example
Build complete! (8.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftMsgPack",
"name" : "SwiftMsgPack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftMsgPack",
"targets" : [
"SwiftMsgPack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftMsgPackTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMsgPackTests",
"path" : "Tests/SwiftMsgPackTests",
"sources" : [
"SwiftMsgPackArrayTests.swift",
"SwiftMsgPackBinTests.swift",
"SwiftMsgPackBoolTests.swift",
"SwiftMsgPackDictionaryTests.swift",
"SwiftMsgPackExtTests.swift",
"SwiftMsgPackFloatTests.swift",
"SwiftMsgPackIntegerTests.swift",
"SwiftMsgPackNilTests.swift",
"SwiftMsgPackStringTests.swift",
"SwiftMsgUnpackArrayTests.swift",
"SwiftMsgUnpackBinTests.swift",
"SwiftMsgUnpackBoolTests.swift",
"SwiftMsgUnpackDictionaryTests.swift",
"SwiftMsgUnpackExtTests.swift",
"SwiftMsgUnpackFloatTests.swift",
"SwiftMsgUnpackIntegerTests.swift",
"SwiftMsgUnpackNilTests.swift",
"SwiftMsgUnpackStringTests.swift"
],
"target_dependencies" : [
"SwiftMsgPack"
],
"type" : "test"
},
{
"c99name" : "SwiftMsgPack",
"module_type" : "SwiftTarget",
"name" : "SwiftMsgPack",
"path" : "Sources/SwiftMsgPack",
"product_memberships" : [
"Example",
"SwiftMsgPack"
],
"sources" : [
"Packing.swift",
"Types.swift",
"Unpacking.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SwiftMsgPack"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Done.